t3easy / docker-typo3

Environment to develop and run TYPO3 in Docker containers
https://packagist.org/packages/t3easy/typo3-bootcamp
17 stars 6 forks source link

Split into multiple composer packages #32

Open t3easy opened 7 months ago

t3easy commented 7 months ago

t3easy/typo3-bootcamp => Structure, symlinks, TYPO3, .env t3easy/t3ws-base => basic web stack, nginx, php prepared for TYPO3, mariadb, additional.php for TYPO3 t3easy/t3ws-redis => redis cache and session config for related TYPO3 t3easy/t3ws-solr => Solr container t3easy/t3ws-... what ever

t3easy commented 6 months ago

Decided to use the dedicated vendor jank-dws-typo3 https://packagist.org/packages/jank-dws-typo3/ for packages related to the Docker web stack for TYPO3 because this makes it easier to symlink the folder vendor/jank-dws-typo3 to something shorter.

stadelecker commented 4 months ago

Hi Jan, what is the current status of the project and the plans to split it? I tried the 12.x-dev version from packagist with composer, but got problems with database access during the install (database was initiated, but scheme not installed). Regards Michael Ecker