new version of readme
parent
32002b1947
commit
7380d0e5a7
28
README.md
28
README.md
|
@ -44,8 +44,20 @@ Change Sql Mode in my.cnf:
|
||||||
|
|
||||||
sql-mode = MYSQL40
|
sql-mode = MYSQL40
|
||||||
|
|
||||||
|
There is 2 databases:
|
||||||
|
* monarc_common contain models and data create by smile.
|
||||||
|
* monarc_cli contain all client risks analyses. Each analysis is based on Smile model of monarc_common
|
||||||
|
|
||||||
Symbolics links
|
Symbolics links
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
The project is splited on 2 parts :
|
||||||
|
* an Api in charge of retrieve data
|
||||||
|
* an interface to display data
|
||||||
|
|
||||||
|
The Api is not direct modules of the project but libraries.
|
||||||
|
You must create modules with symbolics link to libraries
|
||||||
|
|
||||||
Create 2 symbolics links at project root:
|
Create 2 symbolics links at project root:
|
||||||
|
|
||||||
mkdir module
|
mkdir module
|
||||||
|
@ -53,6 +65,12 @@ Create 2 symbolics links at project root:
|
||||||
ln -s ./../vendor/monarc/core MonarcCore;
|
ln -s ./../vendor/monarc/core MonarcCore;
|
||||||
ln -s ./../vendor/monarc/frontoffice MonarcFO;
|
ln -s ./../vendor/monarc/frontoffice MonarcFO;
|
||||||
|
|
||||||
|
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")
|
![Arbo](public/img/arbo2.png "Arbo")
|
||||||
|
|
||||||
Interfaces
|
Interfaces
|
||||||
|
@ -64,6 +82,12 @@ Repository for angular at project root:
|
||||||
git clone https://github.com/CASES-LU/ng-client.git ng_client
|
git clone https://github.com/CASES-LU/ng-client.git ng_client
|
||||||
git clone https://github.com/CASES-LU/ng-anr.git ng_anr
|
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")
|
![Arbo](public/img/arbo3.png "Arbo")
|
||||||
|
|
||||||
Web Server Setup
|
Web Server Setup
|
||||||
|
@ -158,8 +182,8 @@ Play script (mandatory from the root of the project)(pull and migrations):
|
||||||
|
|
||||||
This shell script use others shell script. May be you node to change rights of these others files
|
This shell script use others shell script. May be you node to change rights of these others files
|
||||||
|
|
||||||
Create Initial User
|
Create Initial User and Client
|
||||||
-------------------
|
------------------------------
|
||||||
|
|
||||||
Modify email and password (firstname or lastname) of first user in /module/MonarcFO/migrations/seeds/adminUserInit.php
|
Modify email and password (firstname or lastname) of first user in /module/MonarcFO/migrations/seeds/adminUserInit.php
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue