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 config
to change values cp .env-dist .env
ddev start
ddev 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:setup
OR
ddev typo3cms install:setup \
--admin-user-name=admin \
--admin-password=password \
--web-server-config=apache
OR
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