mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 13:09:06 +01:00
fix chmod
This commit is contained in:
parent
b126d940f3
commit
5dba13f909
@ -79,8 +79,8 @@ 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 .env bootstrap/cache storage`.
|
||||
> Also if you set value `file` for `CACHE_DRIVER` and `SESSION_DRIVER` parameters in `.env` file run `chmod -R 777 bootstrap/cachet`.
|
||||
> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user