Learn how to install Cachet on your server.
ext-gd
, ext-simplexml
, mcrypt
and ext-xml
installed.git checkout
on the latest tag..env.example
file. You’ll need to rename this file to just .env
regardless of what environment you’re working on.
It’s now just a case of editing this new .env
file and setting the values of your setup.
.env
file should not contain a DB_HOST
key. You’ll also need to touch ./database/database.sqlite
and give it the required permissions.APP_KEY
config. This is used for all encryption used in Cachet.
.env
file before running this command.
APP_KEY
after installation on production environment. This will result in all encrypted/hashed data being lost.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/