Created
August 16, 2012 11:02
-
-
Save olimortimer/3369299 to your computer and use it in GitHub Desktop.
CLI: Magento 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
find . -type f -exec chmod 644 {} \; | |
find . -type d -exec chmod 755 {} \; | |
chmod 550 pear | |
chmod 550 mage | |
chmod -R 777 media var |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment