Setup the TYPO3 installation

You will now need to setup a working installation of TYPO3. There are different ways how you can do this. We provide a few examples in the Appendix:

In any case, use the cloned Git repository as basis (see git clone).

composer install

Run composer install in the same directory you cloned the TYPO3 CMS core repository.

It is recommended to use runTests.sh for this. The "direct command" is an alternative. You only need to run one of these!

Build/Scripts/runTests.sh -s composerInstall
Copied!
composer install
Copied!