Typo3 - Legacy install

Please note, this method is outdated. Use composer.

  1. Download TYPO3's source package from https://get.typo3.org/:

    /var/www/site/$ wget --content-disposition https://get.typo3.org/

    Ensure that the package is one level above the web server's document root.

  2. Unpack the typo3_src-11.5.x.tar.gz:

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

    Note that the x in the extracted folder will be replaced with the latest bugfix version of TYPO3.

  3. Create the following symlinks in the document root:

    cd public 
    ln -s ../typo3_src-11.5.x typo3_src
    ln -s typo3_src/index.php index.php
    ln -s typo3_src/typo3 typo3
  4. Complete the installation via web browser