This guide outlines a basic Cachet deployment.
Install PHP, Composer, and database packages for your distribution.
Clone the Cachet repository and install dependencies:
git clone https://github.com/cachethq/cachet.git
cd cachet
composer install --no-dev -o
Copy .env.example to .env and set database credentials and app settings.
php artisan key:generate
php artisan migrate --seed
Point your web server to the Cachet public/ directory and reload.
Feel free to contact us. Find all contact information on our contact page.