Typo3 Installation 7.6: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(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…“)
 
Zeile 8: Zeile 8:
 
  cd TYPO3.CMS/
 
  cd TYPO3.CMS/
 
  git branch  
 
  git branch  
 +
git checkout -b  tags/TYPO3_7-6-0
 
  cd ..
 
  cd ..
 
  cp TYPO3.CMS/_.htaccess .
 
  cp TYPO3.CMS/_.htaccess .

Version vom 15. Dezember 2015, 22:28 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
 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