Debian squeeze typo3: Unterschied zwischen den Versionen
Aus Vosp.info
V (Diskussion | Beiträge) |
V (Diskussion | Beiträge) |
||
Zeile 13: | Zeile 13: | ||
chown www-data:www-data -R /var/www/typo3/dummy-4.7.4/ | chown www-data:www-data -R /var/www/typo3/dummy-4.7.4/ | ||
+ | |||
+ | |||
+ | === typo3 einrichten === | ||
cd /var/www/typo3/dummy-4.7.4/ | cd /var/www/typo3/dummy-4.7.4/ | ||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===WICHTIG im Install Tool=== | ||
+ | * UPGRADE wizard: Install fluid and extbase to satisfy dependencies of system extensions |
Version vom 4. Oktober 2012, 10:35 Uhr
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
cd /var/www/typo3/dummy-4.7.4/
WICHTIG im Install Tool
- UPGRADE wizard: Install fluid and extbase to satisfy dependencies of system extensions