Dienstag, 11. Mai 2010

Typo3 unter Ubuntu installieren

Aktualisierung: nach 3h Typo3-Installations-Stress hat es dann in nur 5 Minuten geklappt. Nämlich Joomla zu installieren :-) Now happy!

-----------------------------------------------------------


Es geht um die Installation als normales Ubuntu-Paket:

http://wiki.typo3.org/index.php/TYPO3_Installation_on_Ubuntu_9.10

Folgende Schritte habe ich durchgeführt:
  • su
  • wget http://downloads.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.3.3/typo3_src-4.3.3.tar.gz
  • wget http://downloads.sourceforge.net/project/typo3/TYPO3%20Source%20and%20Dummy/TYPO3%204.3.3/dummy-4.3.3.tar.gz
  • tar xzf typo3_src-4.3.3.tar.gz
  • tar xzf dummy-4.3.3.tar.gz
  • mkdir /var/www/cms
  • cp -r dummy-4.3.3/* /var/www/cms/
  • mv typo3_src-4.3.3 /opt/
  • rm /var/www/cms/typo3_src
  • ln -s /opt/typo3_src-4.3.3 /var/www/cms/typo3_src
  • sudo vi /etc/php5/apache2/php.ini
    • memory_limit=128M
    • upload_max_filesize = 10M
    • post_max_size=10M
  • mysql -p
    • grant all privileges on *.* to typo3@localhost identified by '******'; # hier ein richtiges passwort eintragen
  • /etc/init.d/apache2 restart
  • cd /var/www/cms/
  • chown -R www-data:www-data .
  • chmod -R 775 .
  • touch /var/www/cms/typo3conf/ENABLE_INSTALL_TOOL
  • http://server/cms

Ciao
larsfrommars

Keine Kommentare: