Typo3 Installation

Aus Vosp.info
Wechseln zu:Navigation, Suche

typo3

typo3 Version 6

conditions

#apt-get install graphicsmagick
apt-get install imagemagick

installation

Konsolenteil

git clone https://git.typo3.org/Packages/TYPO3.CMS.git
cd TYPO3.CMS
# git checkout --track origin/****
git checkout --track origin/TYPO3_6-2
cd ..
ln -s TYPO3.CMS typo3_src
ln -s typo3_src/index.php
ln -s typo3_src/typo3
touch  FIRST_INSTALL
chown  -R  www-data:www-data ./
chmod  -R  ug+rw  ./
chmod 2775 ./

Browserteil

  • im Browser die Url aufrufen und die installationsschritte durch laufen
  • nach erfolgreicher Installation einloggen

Probleme

admin Passwort vergessen

UPDATE be_users SET password=md5('your_new_password') WHERE username = 'admin';