docker-magento2 icon indicating copy to clipboard operation
docker-magento2 copied to clipboard

Support installing Magento EE

Open punkstar opened this issue 8 years ago • 1 comments

This is currently hardcoded to community edition.

punkstar avatar Jul 13 '17 16:07 punkstar

In order to install M2 EE what I did was:

  1. Cloned this repository
  2. In docker-compose.yml I copied build definition from docker-compose-build.yml for cron and cli services and removed image definition
  3. Opened /7.0-cli/bin/magento-installer and changed which project is being installed by composer like described here
  4. Opened /7.0-cli/Dockerfile and added bcmath php extension where all required php extensions are being installed.
  5. Ran installer command as described in the README

arthurlataks avatar Jul 21 '17 13:07 arthurlataks