clean-docker / Magento2

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

A question: Sudo rights? #60

Closed wirdehall closed 6 years ago

wirdehall commented 6 years ago

Hello, I'm on mac OS and I want to start with saying this package is awesome. Now to the question: When I use the install script: curl -s https://raw.githubusercontent.com/clean-docker/Magento2/master/init | bash -s MYMAGENTO2 clone I get prompted for sudo twice during the installation, i canceled both of them and the installation continues and the project still seams to work.

My question, why does it need sudo rights? And also, am I missing something since i didn't provide sudo access?

rafaelstz commented 6 years ago

The SUDO is requested to set the permission to the folder, if the project is running well, you don't need to worry about it.