fix chmod command for writable files and directories

This commit is contained in:
Ivan Kolodrivskiy
2019-10-17 23:40:44 +03:00
parent 0319d78f42
commit c53825acc3

View File

@@ -79,9 +79,7 @@ php artisan cachet:install
> **Getting a 500 - Internal Server Error?**
> If you get a 500 error when visiting your status page, you may need to
> run `chmod -R 777 storage/` for it to work or `rm -rf bootstrap/cache/*`
You can also try to give permissions to cache chmod -R 777 bootstrap/
> run `chmod -R 777 .env bootstrap/cache storage` for it to work or `rm -rf bootstrap/cache/*`
## Running Cachet on Apache