Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sitewide permissions on files / folders #59

Open
stefgosselin opened this issue Feb 7, 2017 · 0 comments
Open

Fix sitewide permissions on files / folders #59

stefgosselin opened this issue Feb 7, 2017 · 0 comments

Comments

@stefgosselin
Copy link

stefgosselin commented Feb 7, 2017

Set permissions:

#  Sets all directories 775, files 664
# -  this could be 755 and 644 for tighter permissions
find . -type d -exec chmod 0775 {} \; && find . -type f -exec chmod 0664 {} \;
  • Maybe set app/cache and app/logs to 0777 (though 775 can be fine).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant