From c53825acc3741fc3c7e92a618f79894019c89a04 Mon Sep 17 00:00:00 2001 From: Ivan Kolodrivskiy Date: Thu, 17 Oct 2019 23:40:44 +0300 Subject: [PATCH] fix chmod command for writable files and directories --- docs/setup/installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 139cfe90..49f6a211 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -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