new version of readme
parent
c79c0874c3
commit
8b79b04333
27
README.md
27
README.md
|
@ -15,6 +15,17 @@ For Apache add mods : rewrite, ssl (a2enmod)
|
||||||
|
|
||||||
Install MySQL (version 5.7 recommended) or MariaDb equivalent
|
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)
|
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`
|
(The `self-update` directive is to ensure you have an up-to-date `composer.phar`
|
||||||
available.)
|
available.)
|
||||||
|
|
||||||
![Arbo](public/img/arbo1.png "Arbo")
|
![Arbo](public/img/arbo2.png "Arbo")
|
||||||
|
|
||||||
Databases
|
Databases
|
||||||
---------
|
---------
|
||||||
|
@ -43,6 +54,7 @@ Create 2 databases:
|
||||||
Change Sql Mode in my.cnf:
|
Change Sql Mode in my.cnf:
|
||||||
|
|
||||||
sql-mode = MYSQL40
|
sql-mode = MYSQL40
|
||||||
|
|
||||||
|
|
||||||
Symbolics links
|
Symbolics links
|
||||||
---------------
|
---------------
|
||||||
|
@ -53,17 +65,8 @@ 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;
|
||||||
|
|
||||||
![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
|
Web Server Setup
|
||||||
----------------
|
----------------
|
||||||
|
@ -138,8 +141,6 @@ Update connexion information to local.php and global.php
|
||||||
Configuration files are stored in cache.
|
Configuration files are stored in cache.
|
||||||
If yours changes have not been considered, empty cache by deleting file in /data/cache
|
If yours changes have not been considered, empty cache by deleting file in /data/cache
|
||||||
|
|
||||||
![Arbo](public/img/arbo3.png "Arbo")
|
|
||||||
|
|
||||||
Install Grunt
|
Install Grunt
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue