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