From 404c96d38d2c2eb6439f0acdf18c085cb43d14b8 Mon Sep 17 00:00:00 2001 From: Jerome De Almeida Date: Mon, 6 Feb 2017 13:54:46 +0100 Subject: [PATCH] new version readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d091f..20e9094 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Change Sql Mode in my.cnf: There is 2 databases: * monarc_common contain models and data create by smile. * monarc_master contain all user and authentication information + Symbolics links --------------- @@ -65,7 +66,15 @@ Create 2 symbolics links at project root: cd module ln -s ./../vendor/monarc/core MonarcCore; ln -s ./../vendor/monarc/backoffice MonarcBO; - + +There is 2 parts: +* one only for front office +* one common for front office and back office (private project) + +It is develop with zend framework 2 + +![Arbo](public/img/arbo2.png "Arbo") + Interfaces ---------- Repository for angular at project root: @@ -74,7 +83,14 @@ Repository for angular at project root: cd node_modules git clone https://github.com/CASES-LU/ng-backoffice.git ng_backoffice git clone https://github.com/CASES-LU/ng-anr.git ng_anr + + There is 2 parts: + * one only for front office (ng_client) + * one common for front office and back office (private project) (ng_anr) + + It is develop with angular framework version 1 +![Arbo](public/img/arbo3.png "Arbo") Web Server Setup ----------------