Installation steps for helhum/typo3-distribution Install using ddev (recommended) Download and install ddev Clone the repository git clone https://github.com/helhum/TYPO3-Distribution.git your-project Run cd your-project Checkout the branch matching your TYPO3 version (e.g. git checkout origin/9.5 -b 9.5) Run ddev launch typo3 to start and open the browser with the TYPO3 backend login Install in any environment Download and install composer Run composer create-project helhum/typo3-distribution your-project Enter correct credentials during setup, select site as setup type when asked Run cd your-project Run vendor/bin/typo3cms server:run Enter http://127.0.0.1:8080/typo3/ in your browser to log into the backend