mage2click/docker-magento-mutagen

404 not found after installation

webphpprojects opened this issue · 2 comments

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.

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

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