docker-magento2
docker-magento2 copied to clipboard
Support installing Magento EE
In order to install M2 EE what I did was:
- Cloned this repository
- In docker-compose.yml I copied build definition from docker-compose-build.yml for cron and cli services and removed image definition
- Opened /7.0-cli/bin/magento-installer and changed which project is being installed by composer like described here
- Opened /7.0-cli/Dockerfile and added bcmath php extension where all required php extensions are being installed.
- Ran installer command as described in the README