diff --git a/README.md b/README.md index 884d933..e1d7e3e 100644 --- a/README.md +++ b/README.md @@ -31,6 +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` available.) +![Arbo]("public/img/arbo1.png" "Arbo") Databases --------- @@ -52,6 +53,8 @@ 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: @@ -135,6 +138,8 @@ 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 ------------- @@ -163,4 +168,9 @@ If you have a mail server, you can keep default password and click on "Password Create first user: - php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/MonarcFO/migrations/phinx.php \ No newline at end of file + php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/MonarcFO/migrations/phinx.php + +Data Model +---------- + +![Model FO]("public/img/model-fo.png" "modelFO") diff --git a/public/img/arbo1.png b/public/img/arbo1.png new file mode 100644 index 0000000..1795181 Binary files /dev/null and b/public/img/arbo1.png differ diff --git a/public/img/arbo2.png b/public/img/arbo2.png new file mode 100644 index 0000000..10bee92 Binary files /dev/null and b/public/img/arbo2.png differ diff --git a/public/img/arbo3.png b/public/img/arbo3.png new file mode 100644 index 0000000..fc25088 Binary files /dev/null and b/public/img/arbo3.png differ diff --git a/public/img/model-fo.png b/public/img/model-fo.png new file mode 100644 index 0000000..6c08567 Binary files /dev/null and b/public/img/model-fo.png differ