I am using the bolt cms. I want to take it to production, however just noticed that the documentation and other tutorials ask me to do this :
chmod -R 777 files/ app/database/ app/cache/ app/config/ theme/
I am not a security expert, but from what I've read 777
is usually a bad idea. I understand that the uploads and cache dirs to be 777, but not sure why others are required.
I wanted to know, if
- What are the security risks involved, if any.
- There is another way to se up bolt or workarounds for production