new version of readme
parent
8b79b04333
commit
32002b1947
26
README.md
26
README.md
|
@ -16,17 +16,6 @@ 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)
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
@ -42,7 +31,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/arbo2.png "Arbo")
|
![Arbo](public/img/arbo1.png "Arbo")
|
||||||
|
|
||||||
Databases
|
Databases
|
||||||
---------
|
---------
|
||||||
|
@ -55,7 +44,6 @@ Change Sql Mode in my.cnf:
|
||||||
|
|
||||||
sql-mode = MYSQL40
|
sql-mode = MYSQL40
|
||||||
|
|
||||||
|
|
||||||
Symbolics links
|
Symbolics links
|
||||||
---------------
|
---------------
|
||||||
Create 2 symbolics links at project root:
|
Create 2 symbolics links at project root:
|
||||||
|
@ -65,8 +53,18 @@ 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/arbo3.png "Arbo")
|
![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
|
Web Server Setup
|
||||||
----------------
|
----------------
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 42 KiB |
Loading…
Reference in New Issue