Created
May 14, 2015 05:59
-
-
Save aerth/d082f3a208f806f8a110 to your computer and use it in GitHub Desktop.
Fix permissions after migrating a bolt installation
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
chmod -R 777 files/ app/database/ app/cache/ app/config/ theme/ extensions/ | |
# change 777 if desired | |
php app/nut cache:clear | |
rm cache/* -R | |
touch cache/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment