Skip to content

Instantly share code, notes, and snippets.

@mhulu
Created April 26, 2017 22:56
Show Gist options
  • Save mhulu/89bea8b055f8b001d9c60e5cd3e2962f to your computer and use it in GitHub Desktop.
Save mhulu/89bea8b055f8b001d9c60e5cd3e2962f to your computer and use it in GitHub Desktop.
sudo chown -R my-user:www-data /path/to/your/root/directory
sudo find /path/to/your/root/directory -type f -exec chmod 664 {} \;
sudo find /path/to/your/root/directory -type d -exec chmod 775 {} \;
cd /path/to/your/root/directory/
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment