add image to readme
parent
5a96a786a0
commit
c0a762d9ae
24
README.md
24
README.md
|
@ -33,6 +33,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")
|
||||||
|
|
||||||
Databases
|
Databases
|
||||||
---------
|
---------
|
||||||
|
@ -45,9 +46,19 @@ 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_master contain all user and authentication information
|
||||||
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
|
||||||
|
@ -157,8 +168,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
|
||||||
|
|
||||||
|
@ -168,9 +179,16 @@ Create first user:
|
||||||
|
|
||||||
php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/MonarcBO/migrations/phinx.php
|
php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/MonarcBO/migrations/phinx.php
|
||||||
|
|
||||||
|
Data Model
|
||||||
|
----------
|
||||||
|
|
||||||
|
monarc_common
|
||||||
|
![monarc_common](public/img/model-common.png "monarc_common")
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This software is licensed under [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html)
|
This software is licensed under [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html)
|
||||||
|
|
||||||
Copyright (C) 2016-2017 SMILE gie securitymadein.lu
|
Copyright (C) 2016-2017 SMILE gie securitymadein.lu
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
Loading…
Reference in New Issue