Typo3: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) |
F (Diskussion | Beiträge) |
||
Zeile 9: | Zeile 9: | ||
=== dummy === | === dummy === | ||
− | cp /var/lib/typo3-dummy | + | # dummy kommt ins /home/dev, alternativ irgendwo anders hin |
− | rm | + | cd /home/dev/ |
− | cp /etc/typo3-dummy/localconf.php | + | |
− | chown devuser:www-data | + | cp /var/lib/typo3-dummy . -r |
− | chmod g+r | + | rm typo3-dummy/typo3conf/localconf.php |
− | ln -s / | + | cp /etc/typo3-dummy/localconf.php typo3-dummy/typo3conf/ |
+ | chown devuser:www-data typo3-dummy/ -R | ||
+ | chmod g+r typo3-dummy/typo3conf/localconf.php | ||
+ | ln -s typo3-dummy/ /var/www/typo3-dummy | ||
+ | |||
+ | danach sollte im Browser mit der Url [http://localhost/typo3-dummy/ localhost/typo3-dummy] folgende Fehlermeldung erscheinen "No pages are found on the rootlevel!" | ||
+ | |||
+ | == Konfiguration == | ||
+ | ausgehend von der dummy Seite [http://localhost/typo3-dummy/ localhost/typo3-dummy] bzw im Beispiel Ordner /home/dev | ||
+ | |||
+ | |||
+ | touch typo3conf/ENABLE_INSTALL_TOOL | ||
+ | |||
− | |||
== Quellen == | == Quellen == | ||
* [https://typo3.org typo3.org] | * [https://typo3.org typo3.org] | ||
* [https://de.wikipedia.org/wiki/TYPO3 de.wikipedia.org/wiki/TYPO3] | * [https://de.wikipedia.org/wiki/TYPO3 de.wikipedia.org/wiki/TYPO3] | ||
* [http://wowa-webdesign.de/typo3-kurs/ Video Tutorial 2012] | * [http://wowa-webdesign.de/typo3-kurs/ Video Tutorial 2012] |
Version vom 31. August 2012, 13:52 Uhr
in Arbeit!
Inhaltsverzeichnis
Installation
Basis
apt-get install typo3
dummy
# dummy kommt ins /home/dev, alternativ irgendwo anders hin cd /home/dev/
cp /var/lib/typo3-dummy . -r rm typo3-dummy/typo3conf/localconf.php cp /etc/typo3-dummy/localconf.php typo3-dummy/typo3conf/ chown devuser:www-data typo3-dummy/ -R chmod g+r typo3-dummy/typo3conf/localconf.php ln -s typo3-dummy/ /var/www/typo3-dummy
danach sollte im Browser mit der Url localhost/typo3-dummy folgende Fehlermeldung erscheinen "No pages are found on the rootlevel!"
Konfiguration
ausgehend von der dummy Seite localhost/typo3-dummy bzw im Beispiel Ordner /home/dev
touch typo3conf/ENABLE_INSTALL_TOOL