- 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 typo3to start and open the browser with the TYPO3 backend login
- Download and install composer
- Run
composer create-project helhum/typo3-distribution your-project - Enter correct credentials during setup, select
siteas 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