mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Deploy to Heroku installation
This commit is contained in:
parent
6d8c6b3a5d
commit
686bb3f3ad
@ -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.
|
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)
|
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)
|
1. [Running database migrations](#running-database-migrations)
|
||||||
3. [Apache setup](#apache)
|
4. [Apache setup](#apache)
|
||||||
|
|
||||||
## Get a copy!
|
## Get a copy!
|
||||||
|
|
||||||
@ -20,6 +21,10 @@ $ cd Cachet
|
|||||||
$ composer install
|
$ 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
|
## 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user