webdevops / TYPO3-docker-boilerplate

:stew: TYPO3 Docker Boilerplate project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
https://webdevops.io/projects/typo3-docker-boilerplate/
MIT License
232 stars 91 forks source link

Upgrade to TYPO3 9 #201

Closed Abdull closed 5 years ago

Abdull commented 5 years ago

The current TYPO3 setup guide ( https://github.com/webdevops/TYPO3-docker-boilerplate/blob/f4d4b438d32afb5f36cbec9b8b6594a956be6013/documentation/PROJECT-TYPO3.md ) is outdated: Executing composer create-project typo3/cms-base-distribution app/ will install the latest TYPO3 base distribution, which is currently at version 9.5.0.

I encountered the following problems:

htuscher commented 5 years ago

You can find the general documentation for the apache php images here: https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-apache.html

htuscher commented 5 years ago

Updated the mentioned things at https://github.com/webdevops/TYPO3-docker-boilerplate/commit/72c3d2ebc2c764d7e4c83f498585c328e8a76f38

rowild commented 5 years ago

@hhoechtl Thank you very much!