Cant Install Typo3 10 without composer

Hello,

i have got a Question is it possible that i cannot install typo3cms Version 10 without composer ?
because i cannot find a public directory

Greetings

Jannik

Hi Jannik,

you can download the zip file at https://get.typo3.org/10.4.9/zip

At https://get.typo3.org/version/10 you can find all installation options

Stefan

this isnt an answear of my question
PS. @stefan.busemann wir können auch gerne auf Deutsch schreiben ich dachte hier wird nur Englisch geschrieben

You need to have access via terminal to your webspace

Follow these steps:

  • Identify your docroot of your web server (f.e. public or www)

  • Extract the zip file next to your docroot (there should then a typo3_src-10.4.9)

  • navigate to your docroot in the shell

  • create symlinks in your docroot

    ln -s …/typo3_src-10.4.9 typo3_src
    ln -s typo3_src/index.php index.php
    ln -s typo3_src/typo3 typo3

See: https://docs.typo3.org/m/typo3/guide-installation/master/en-us/QuickInstall/GetAndUnpack/Index.html#installing-on-a-unix-server

now i got HTTP ERROR 500

There can be many reasons to get a 500 error message. Please specify the type of your installation: PHP Version, Hosting environment, …