From 8b79b04333464513ea015c8812cf1ebd51c31c13 Mon Sep 17 00:00:00 2001 From: Jerome De Almeida Date: Fri, 3 Feb 2017 16:02:45 +0100 Subject: [PATCH] new version of readme --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 572696e..a7b5fd2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ For Apache add mods : rewrite, ssl (a2enmod) Install MySQL (version 5.7 recommended) or MariaDb equivalent + +Interfaces +---------- +Repository for angular at project root: + + mkdir node_modules + cd node_modules + git clone https://github.com/CASES-LU/ng-client.git ng_client + git clone https://github.com/CASES-LU/ng-anr.git ng_anr + +![Arbo](public/img/arbo1.png "Arbo") Using Composer (recommended) ---------------------------- @@ -31,7 +42,7 @@ Alternately, clone the repository and manually invoke `composer` using the shipp (The `self-update` directive is to ensure you have an up-to-date `composer.phar` available.) -![Arbo](public/img/arbo1.png "Arbo") +![Arbo](public/img/arbo2.png "Arbo") Databases --------- @@ -43,6 +54,7 @@ Create 2 databases: Change Sql Mode in my.cnf: sql-mode = MYSQL40 + Symbolics links --------------- @@ -53,17 +65,8 @@ Create 2 symbolics links at project root: ln -s ./../vendor/monarc/core MonarcCore; ln -s ./../vendor/monarc/frontoffice MonarcFO; -![Arbo](public/img/arbo2.png "Arbo") +![Arbo](public/img/arbo3.png "Arbo") -Interfaces ----------- -Repository for angular at project root: - - mkdir node_modules - cd node_modules - git clone https://github.com/CASES-LU/ng-client.git ng_client - git clone https://github.com/CASES-LU/ng-anr.git ng_anr - Web Server Setup ---------------- @@ -138,8 +141,6 @@ Update connexion information to local.php and global.php Configuration files are stored in cache. If yours changes have not been considered, empty cache by deleting file in /data/cache -![Arbo](public/img/arbo3.png "Arbo") - Install Grunt -------------