Typo3 Installation 7.6
Aus Vosp.info
Version vom 10. Dezember 2015, 13:24 Uhr von V (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ = typo3 76 Installition = <source lang="bash"> cd /var/www/ mkdir name.domain.tld cd name.domain.tld/ git clone https://git.typo3.org/Packages/TYPO3.CMS.g…“)
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
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