Skip to content

Instantly share code, notes, and snippets.

@tylerkidd
Created April 24, 2015 17:17
Show Gist options
  • Save tylerkidd/320e1b474a545d3628ce to your computer and use it in GitHub Desktop.
Save tylerkidd/320e1b474a545d3628ce to your computer and use it in GitHub Desktop.
Permissions and moving files
cp -R stage stage.live
chmod -R 777 workdir pdftemp logs
chmod -R 777 zf-cache silverstripe-cache
mv live live.{date}
mv stage.live live
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment