Created
May 23, 2018 05:31
-
-
Save rparsi/a8d25743db6872331a27c577d445e7b0 to your computer and use it in GitHub Desktop.
minimal magento2 directory permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo chown `whoami`:apache -R pub var app/etc | |
| sudo chmod ug+rw -R pub var app/etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment