Get going quickly with TYPO3 CMS and Apache Solr.
- Install docker (Version should be higher then 17.05)
- Install ddev (Version should be equal or higher then 1.5.1)
Startup
The ddev environment can be created very easily:
ddev start
After the startup you can access the TYPO3 site with the following url:
http://solr-ddev-site.ddev.site/
The TYPO3 backend can be accessed with:
http://solr-ddev-site.ddev.site/typo3/
Username: admin Password: password
Recreate
From time to time you might want to start again with a clean data base. To do that run:
ddev clean
This will remove all the things and bring the system tu the initial state.
The tests can be executed within the ddev docker containers.
ddev tests-unit
ddev tests-integration