new version of readme

pull/1/head
Jerome De Almeida 2017-02-03 16:02:45 +01:00
parent c79c0874c3
commit 8b79b04333
1 changed files with 14 additions and 13 deletions

View File

@ -16,6 +16,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
---------
@ -44,6 +55,7 @@ Change Sql Mode in my.cnf:
sql-mode = MYSQL40
Symbolics links
---------------
Create 2 symbolics links at project root:
@ -53,16 +65,7 @@ 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")
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/arbo3.png "Arbo")
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
-------------