Learn how to install Cachet on your server.
Step 1
git clone -b 3.x https://github.com/cachethq/cachet.git cd cachet
Step 2
composer install --no-dev -o
Step 3
cachethq/core
composer update cachethq/core
Step 4
.env.example
.env
cp .env.example .env
Step 5
php artisan key:generate
Step 6
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=cachet DB_USERNAME=root DB_PASSWORD=
Step 7
php artisan vendor:publish --tag=cachet
Step 8
php artisan migrate
Step 9
php artisan cachet:make:user
Step 10
* * * * * php /path/to/cachet/artisan schedule:run >> /dev/null 2>&1