Skip to content

Instantly share code, notes, and snippets.

@rob-ot-dot-be
Created January 14, 2014 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rob-ot-dot-be/8415404 to your computer and use it in GitHub Desktop.
Save rob-ot-dot-be/8415404 to your computer and use it in GitHub Desktop.
typo3-62 install
mkdir htdocs
mkdir logs
# CLONE MASTER
http://git.typo3.org/Packages/TYPO3.CMS.git
# GO TO HTDOCS
cd htdocs
#SYMLINS
ln -s ../TYPO3.CMS typo3_src
ln -s typo3_src/typo3 typo3
ln -s typo3_src/index.php index.php
#RENAME HTACCESS
mv typo3_src/_.htaccess typo3_src/.htaccess
#MOVE HTACCESS
mv typo3_src/.htaccess .htaccess
# GOTO INSTALL TOOL
domain.tld/typo3/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment