From 1241e0109790558a9026259c0b655ba6e22d2392 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 20 Nov 2014 17:38:52 +0000 Subject: [PATCH] Linking to different install parts --- INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 10f53a95..56aad60f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,6 +4,11 @@ Cachet is written in PHP and uses SQLite/MySQL for its database. It's really eas You need at least PHP and the `php-mcrypt` extension installed to run Cachet. +1. [Get a copy!](#get-a-copy) +2. [Configuring a database!](#configuring-a-database) + 1. [Running database migrations](#running-database-migrations) +3. [Apache setup](#apache) + ## Get a copy! The easiest way is to use Git to pull down the code. You'll need to put it into your web server directory for Apache & Nginx. @@ -92,7 +97,7 @@ Then we change the `default` value above to use the `mysql` index (which could b 'default' => 'mysql' ``` -## Running database migrations +### Running database migrations Once we've decided on our database, we now need to run the migrations to create the tables. Again, by default Cachet uses SQLite and the database file can be found at `./app/database/production.sqlite`, however we will first need to create the file: