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

Unable to install magento 1.6.2 #9

Closed shahdewang closed 8 years ago

shahdewang commented 8 years ago

I updated the docker-compose.yml to use alexcheng/magento:1.6.2.0 as the image. Ran docker-compose up -d and the containers did come up. However, on running install-magento (after installing sample data) I am getting following error -

FAILED ERROR: Database server does not support the InnoDB storage engine.

shahdewang commented 8 years ago

I solved it with help from this post - http://stackoverflow.com/questions/15443448/magento-install-complains-about-missing-innodb-when-it-is-available. However, accessing http://local.magento/ works fine but http://local.magento/admin return 404.

shahdewang commented 8 years ago

http://local.magento/index.php/admin works!

alexcheng1982 commented 8 years ago

Thank you for the report. I realised that the 1.6.2.0 branch was broken. So I updated the branch with a couple of fixes: