voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 231 forks source link

Permissions problem #244

Closed Set1333 closed 6 years ago

Set1333 commented 6 years ago

/storage/oauth-public.key" permissions are not correct, should be 600 or 660 instead of 644"

Change it to 600, 660 and 644 and got this There is no existing directory at "/storage/logs" and its not buildable: Permission denied

saleh-old commented 6 years ago

These commands usually does it for me:

chmod 777 -R bootstrap/cache chmod -R 777 storage/ chmod -R o+w you_laravel_project_name/storage chmod -R o+w storage sudo chmod 755 -R you_laravel_project_name