Skip to content

Commit

Permalink
Merge pull request #9 from c-rack/master
Browse files Browse the repository at this point in the history
Installation instructions are not sufficient
  • Loading branch information
jbrooksuk committed Nov 20, 2014
2 parents c8ca816 + 77db56a commit f48e390
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Cachet is written in PHP and uses SQLite/MySQL for its database. It's really easy to get setup and there are various ways you can install.

You need at least PHP 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)
2. [Configuring a database!](#configuring-a-database)
Expand All @@ -15,7 +15,9 @@ The easiest way is to use Git to pull down the code. You'll need to put it into

```bash
$ cd /var/www
$ git clone git@github.com:jbrooksuk/Cachet.git
$ git clone https://github.com/jbrooksuk/Cachet.git
$ cd Cachet
$ composer install
```

## Configuring a database
Expand Down

0 comments on commit f48e390

Please sign in to comment.