Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the root password? #49

Closed
ManuelDeLanda opened this issue Apr 10, 2018 · 1 comment
Closed

What is the root password? #49

ManuelDeLanda opened this issue Apr 10, 2018 · 1 comment
Assignees
Labels

Comments

@ManuelDeLanda
Copy link

I installed this and got Magento2 up and going. Thank you.

I copied an app folder into the root directory because I am installing a plugin. For some reason teh shell and Magento are unable to read the contents of this folder.

I'm trying to troubleshoot the issue. I am trying to run this command: su -c "setenforce 0"

But I'm being prompted for the root password. What is the root password for this container? I've tried admin and root but no luck. Thank you

@rafaelstz
Copy link
Member

rafaelstz commented Apr 10, 2018

Hi @beauzeph,

As you are locally, out of your container run these commands below:

sudo chmod -R 777 src/;
./stop && ./start && ./shell

Root

If you want to access the container using the root user you can use this command below:

./shell root

Please, let me know if it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants