alexcheng1982 / docker-magento

Docker image for Magento 1.6 to 1.9
http://alexcheng1982.github.io/docker-magento
MIT License
142 stars 101 forks source link

Database credentials on first install #2

Closed zeljkoprsa closed 8 years ago

zeljkoprsa commented 9 years ago

Tried the credentials from the github readme and still couldn't pass this step. What am i doing wrong? Screenshot: https://www.dropbox.com/s/d9nnkfv9qj73qlz/Screenshot%202015-06-03%2017.15.38.png?dl=0

alexcheng1982 commented 9 years ago

This docker image is designed to work with an existing mysql database. You need to have an existing mysql server before starting the Magento docker images.

If you use Docker compose to run this image, then you can use the install-magento script to install Magento. In this case, a mysql server will be started automatically.

If you run this images as a standalone container, you need to input the correct mysql server information in the Magento installation UI.