From 9f5f49dc857812c1086188c50068e35c5f52ebb1 Mon Sep 17 00:00:00 2001 From: Marcel Folaron Date: Mon, 2 Nov 2015 15:17:55 -0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83c2dc468..a5461b213 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,22 @@ their projects in one central place. The system is written in PHP & Mysql. +Local Installation +================== -Installation -============ -- Install XAMPP https://www.apachefriends.org/index.html +Windows +------- +- Install XAMPP or WAMP https://www.apachefriends.org/index.html - Clone repository into httpdocs/ - Import database dump from sql/1_leantime.sql - Adjust db and filesystem values in config/configuration.php +Linux/Mac +--------- +- Install apache, PHP and MySQL +- Clone repository into your local web root +- Import dump from sql/1_leantime.sql +- Adjust db and filesystem values in config/configuration.php Demo ====