mage2click / docker-magento-mutagen

Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
https://mage2.click
MIT License
68 stars 9 forks source link

404 not found after installation #88

Open webphpprojects opened 5 years ago

webphpprojects commented 5 years ago

Hello, First of all, thank you for this repo/environment, it's great for newbie in Magento, like me :) However I have two issues releated to installtion process. First issue is related to homepage. I have 404 Not Found. I have checked several times and looks that all files were copied, I created nginx.conf (from nginx.conf.sample) and I don't know what and where I should change to fix this problem. Second problem is an access to admin area. If I type bin/magento info:admin the response is /. I think it is related to first issue. Could someone tell me how to fix both issues? Thank you.

shkoliar commented 5 years ago

Hello, @webphpprojects!

You are on macOS or Linux?

First of all, check if all project files were copied to the docker container and if nginx.conf exists there.

Also, you may try our's next generation of the development environment and toolset - https://github.com/mage2click/m2c which has more advantages.

Thanks

webphpprojects commented 5 years ago

Thank you for your answer :) I'm on macOS. I will try with newer repo (https://github.com/mage2click/m2c)