Deploy to Heroku installation

This commit is contained in:
James Brooks 2014-11-24 10:20:56 +00:00
parent 6d8c6b3a5d
commit 686bb3f3ad

View File

@ -5,9 +5,10 @@ Cachet is written in PHP and uses SQLite/MySQL for its database. It's really eas
You need at least PHP, [Composer](https://getcomposer.org/) and the `php-mcrypt` extension installed to run Cachet.
1. [Get a copy!](#get-a-copy)
2. [Configuring a database!](#configuring-a-database)
2. [Deploy to Heroku](#deploy-to-heroku)
3. [Configuring a database!](#configuring-a-database)
1. [Running database migrations](#running-database-migrations)
3. [Apache setup](#apache)
4. [Apache setup](#apache)
## Get a copy!
@ -20,6 +21,10 @@ $ cd Cachet
$ composer install
```
## Deploy to Heroku
When using the **Deploy to Heroku** button you needn't worry about using a database as the install will setup a free instance of ClearDB.
## Configuring a database
Cachet relies on a database to store the components and incidents, but by default the configuration is left with SQLite. This is great if you're not pushing the repository to Heroku, Dokku or other virtual containers as the information will be lost each time you push.