Debian squeeze typo3

Aus Vosp.info
Wechseln zu:Navigation, Suche

typo3 runterladen

  • Der SourceCode:
wget  http://prdownloads.sourceforge.net/typo3/typo3_src-4.7.4.tar.gz
  • das Dummy Packet:
wget http://prdownloads.sourceforge.net/typo3/dummy-4.7.4.tar.gz
  • beide nach /var/www/typo3 entpacken und rechte anpassen
mkdir /var/www/typo3
tar -xzf typo3_src-4.7.4.tar.gz -C /var/www/typo3/
chown www-data:www-data -R /var/www/typo3/typo3_src-4.7.4/
tar -xzf dummy-4.7.4.tar.gz -C /var/www/typo3/
chown www-data:www-data -R /var/www/typo3/dummy-4.7.4/


typo3 einrichten

Datenbank vorbereiten:

mysql -u root -p

create user 'typo3'@localhost identified by 'XXXXXXXXX';
create DATABASE t3;
grant all privileges on t3.* to typo3@localhost;
flush privileges;


cd /var/www/typo3/dummy-4.7.4/
touch typo3conf/ENABLE_INSTALL_TOOL

das erste mal install tool aufrufen

  • domain.tld

install tool aufrufen

  • domain.tld/typo3/install/





WICHTIG im Install Tool

  • UPGRADE wizard: Install fluid and extbase to satisfy dependencies of system extensions