Unix 伺服器上的經典安裝

http://typo3.org/download/ 獲取源包,並將此包上傳到你的 Web 伺服器。將它放在文件根目錄上方一級。

對於本手冊,我們將使用 .tar.gz 檔案。使用 shell 執行相應的命令:

/var/www/site/htdocs/$ cd ..
/var/www/site/$ wget get.typo3.org/7.6 -O typo3_src-7.6.x.tar.gz

在 Web 伺服器上解壓縮 typo3_src-7.6.x.tar.gz 檔案:

/var/www/site/$ tar -xzf typo3_src-7.6.x.tar.gz

在文件根目錄中建立這些符號連結:

cd htdocs
ln -s ../typo3_src-7.6.x typo3_src
ln -s typo3_src/typo3 typo3
ln -s typo3_src/index.php index.php