Skip to content

Instantly share code, notes, and snippets.

@aerth
Created May 14, 2015 05:59
Show Gist options
  • Save aerth/d082f3a208f806f8a110 to your computer and use it in GitHub Desktop.
Save aerth/d082f3a208f806f8a110 to your computer and use it in GitHub Desktop.
Fix permissions after migrating a bolt installation
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