Skip to content

Commit

Permalink
Merge pull request #3821 from KriBetko/v2.4-docs-setup-installation_f…
Browse files Browse the repository at this point in the history
…ix-chmod-dirs-list

[Docs] Fix chmod command for writable files and directories
  • Loading branch information
jbrooksuk committed Nov 4, 2019
2 parents db7ab0d + 5dba13f commit a36ebb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ 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 755 .env bootstrap/cache storage`.
> Also if you set value `file` for `CACHE_DRIVER` and `SESSION_DRIVER` parameters in `.env` file run `chmod -R 755 bootstrap/cachet`.
> Finally run `rm -rf bootstrap/cache/*` for delete old cache.
## Running Cachet on Apache

Expand Down

0 comments on commit a36ebb2

Please sign in to comment.