Typo3 Installation 7.6: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
 
Zeile 8: Zeile 8:
 
  cd TYPO3.CMS/
 
  cd TYPO3.CMS/
 
  git branch  
 
  git branch  
  git checkout -b  tags/TYPO3_7-6-0
+
  #git checkout -b  tags/TYPO3_7-6-0
 +
git fetch --tags
 +
git checkout TYPO3_7-6
 
  cd ..
 
  cd ..
 
  cp TYPO3.CMS/_.htaccess .
 
  cp TYPO3.CMS/_.htaccess .

Aktuelle Version vom 7. Mai 2016, 13:24 Uhr

typo3 76 Installition

 cd /var/www/
 mkdir name.domain.tld
 cd name.domain.tld/
 git clone https://git.typo3.org/Packages/TYPO3.CMS.git
 cd TYPO3.CMS/
 git branch 
 #git checkout -b  tags/TYPO3_7-6-0
 git fetch --tags
 git checkout TYPO3_7-6
 cd ..
 cp TYPO3.CMS/_.htaccess .
 mv _.htaccess .htaccess
 ln -s TYPO3.CMS typo3_src
 ln -s typo3_src/index.php
 ln -s typo3_src/typo3
 chown -R www-data:www-data ../name.domain.tld/
 cd TYPO3.CMS/
 composer.phar update
 composer update
 touch FIRST_INSTALL
 chown www-data FIRST_INSTALL 
 mv FIRST_INSTALL ../


vim .htaccess
AuthType Basic
AuthName "name dev corner"
AuthUserFile /var/www/.htusers
Require user name