Typo3 Installation 7.6

Aus Vosp.info
Wechseln zu:Navigation, Suche

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