clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

Multi Store #86

Open lamador1980 opened 5 years ago

lamador1980 commented 5 years ago

How do you configure the local environment to load more than one store?

I keep getting this error:

Screen Shot 2019-04-17 at 12 56 59 PM

But I clearly have the magento-vars.php file the the app/ folder

Screen Shot 2019-04-17 at 12 58 11 PM

lamador1980 commented 5 years ago

Can anyone offer feedback?

Nerjuz commented 5 years ago

./shell root fix-permission

lamador1980 commented 5 years ago

@Nerjuz

I manually updated the file permission not being aware that you actually meant to run a command called fix-permission. The page still gave me the same error.

Screen Shot 2019-04-25 at 11 12 47 AM

Once I did figure out there was a fix-permission command and ran it, I got these errors:

Screen Shot 2019-04-25 at 11 19 49 AM

I'm not sure how the root user wouldn't have permission to update files and folders.