TYPO3
Aus ConfigWiki
(Unterschied zwischen Versionen)
(→Installation) |
(→Instanz) |
||
Zeile 15: | Zeile 15: | ||
ln -s /zentralerfolder/typo3src-4.x typo3src | ln -s /zentralerfolder/typo3src-4.x typo3src | ||
− | + | * symlinks für Instanzen anlegen | |
ln -s /home/muster/www/typo3src/typo3/ typo3 | ln -s /home/muster/www/typo3src/typo3/ typo3 | ||
ln -s /home/muster/www/typo3src/t3lib/ t3lib | ln -s /home/muster/www/typo3src/t3lib/ t3lib | ||
ln -s /home/muster/www/typo3src/index.php index.php | ln -s /home/muster/www/typo3src/index.php index.php | ||
+ | * Image oder Dummy einspielen | ||
+ | |||
+ | . | ||
+ | fileadmin | ||
+ | .htaccess | ||
+ | index.php -> /home/muster/www/typo3src/index.php | ||
+ | robots.txt | ||
+ | t3lib -> /home/muster/www/typo3src/t3lib/ | ||
+ | typo3 -> /home/muster/www/typo3src/typo3/ | ||
+ | typo3conf | ||
+ | typo3src -> /zentralerfolder/typo3src-4.x | ||
+ | typo3temp | ||
+ | uploads |
Version vom 16. Mai 2011, 09:39 Uhr
Installation
KERN
- Download des Kerns (Source [tar.gz]) http://typo3.org/download/packages/
- zentrales Verzeichnis für Kern anlegen
mkdir typo3src
- auspacken in zentrales Verzeichnis f
tar xzfv typo3_src-4.x.x.tar.gz
- Symlinks korrigieren /anlegen für hauptversion
ln -s typo3_src-4.x.x. typo3_src-4.x
Instanz
- im doc-root Verzeichnis für kern anlegen
ln -s /zentralerfolder/typo3src-4.x typo3src
- symlinks für Instanzen anlegen
ln -s /home/muster/www/typo3src/typo3/ typo3 ln -s /home/muster/www/typo3src/t3lib/ t3lib ln -s /home/muster/www/typo3src/index.php index.php
- Image oder Dummy einspielen
.
fileadmin .htaccess index.php -> /home/muster/www/typo3src/index.php robots.txt t3lib -> /home/muster/www/typo3src/t3lib/ typo3 -> /home/muster/www/typo3src/typo3/ typo3conf typo3src -> /zentralerfolder/typo3src-4.x typo3temp uploads