I've been trying to install the Enterprise Edition using the *.yml and instructions provided but I simply can't complete the execution, as explained below. It works for the Community Edition using both Archiver or Composer (M2SETUP_USE_ARCHIVE=true/false).
I am currently trying to use everything exactly like it is commited by the author and changing only the required fields, as follow:
Both mysql.env and docker-compose.yml are unchanged.
I start the execution with docker-compose run --rm setup, it asks for my credentials and after inputing them I see the following error:
On my second try, I created the ~/.composer/auth.json file, uncommented the pertinent lines, renamed docker-compose.override.yml and executed the same command again. This time I haven't been asked for my credentials and the exactly same error showed up.
Additional info:
I've tested this using docker-compose on both OSX and Ubuntu (VM).
Ubuntu: docker-compose version 1.11.2, build dfed245
OSX: Installed with Homebrew (can't access the machine to check the version now, but should be the lastest one available today)
I've been trying to install the Enterprise Edition using the *.yml and instructions provided but I simply can't complete the execution, as explained below. It works for the Community Edition using both Archiver or Composer (M2SETUP_USE_ARCHIVE=true/false).
I am currently trying to use everything exactly like it is commited by the author and changing only the required fields, as follow:
Both
mysql.env
anddocker-compose.yml
are unchanged.I start the execution with
docker-compose run --rm setup
, it asks for my credentials and after inputing them I see the following error:On my second try, I created the
~/.composer/auth.json
file, uncommented the pertinent lines, renameddocker-compose.override.yml
and executed the same command again. This time I haven't been asked for my credentials and the exactly same error showed up.Additional info: I've tested this using docker-compose on both OSX and Ubuntu (VM).
Ubuntu: docker-compose version 1.11.2, build dfed245 OSX: Installed with Homebrew (can't access the machine to check the version now, but should be the lastest one available today)
Any solution or something I am doing incorrectly?