This dev environment is a combination of:
- TYPO3 Docker Boilerplate (https://static.webdevops.io/)
- TYPO3 Console (https://github.com/TYPO3-Console/TYPO3-Console)
- TYPO3 Sitepackage generated with (https://sitepackagebuilder.com/)
Clone the repository:
git clone https://github.com/TYPO3-Solr/docker-dev-environment.git
Run the setup (start containers, install TYPO3 with composer)
cd docker-dev-environment
make setup
Afterwards you can login into the TYPO3 backend
http://localhost:8000/typo3/
EB Addons can be installed using private packagist. To do that, the following command can be used:
make composer-use-dkd-packagist <packagist-username> <token>
make composer-require-solrfal
make composer-require-solrfluidgrouping