Get going quickly with TYPO3 CMS.
- PHP 7.4
- Composer
- DDEV || DDEV Documentation
- Clone this project:
git clone ... - Check DDEV config in
.ddev/config.yaml/ runddev configto change values cp .env-dist .envddev startddev composer install
To start an interactive installation, you can do so by executing the following command and then follow the wizard:
composer exec typo3cms install:setupOR
ddev typo3cms install:setup \
--admin-user-name=admin \
--admin-password=password \
--web-server-config=apacheOR
If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substitute the arguments with your own environment configuration.
see Workshop-Docs/
There will a short script / transscript of the workshop held in Oct. 2022
GPL-2.0 or later