Typo3 Installation: Unterschied zwischen den Versionen

Aus Vosp.freesn.de
Zur Navigation springen Zur Suche springen
F (Diskussion | Beiträge)
F (Diskussion | Beiträge)
Zeile 4: Zeile 4:


== conditions ==
== conditions ==
apt-get install graphicsmagick
<source lang=bash>
#apt-get install graphicsmagick
apt-get install imagemagick
 
</source>


== installation ==
== installation ==

Version vom 13. Oktober 2015, 18:32 Uhr

typo3

typo3 Version 6

conditions

#apt-get install graphicsmagick
apt-get install imagemagick

installation

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 ./
  • 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';