# HG changeset patch # User Damien Correia # Date 1522323777 -7200 # Node ID eeef4052fcd16030c41eb4afe363f62730649375 # Parent fd15bdd3192ec1f7ed2c988cf8ea78a41ae07fde Updated Doc and Shema. diff -r fd15bdd3192e -r eeef4052fcd1 src/source/_static/architecture_dev.png Binary file src/source/_static/architecture_dev.png has changed diff -r fd15bdd3192e -r eeef4052fcd1 src/source/_static/architecture_prod.png Binary file src/source/_static/architecture_prod.png has changed diff -r fd15bdd3192e -r eeef4052fcd1 src/source/_static/architecture_quickstart.png Binary file src/source/_static/architecture_quickstart.png has changed diff -r fd15bdd3192e -r eeef4052fcd1 src/source/architecture.rst --- a/src/source/architecture.rst Wed Mar 28 18:07:02 2018 +0200 +++ b/src/source/architecture.rst Thu Mar 29 13:42:57 2018 +0200 @@ -15,6 +15,9 @@ Quickstart deployment --------------------- +Overview of the environement system after the :ref:`quickstart` installation. +It's a very lite configuration, with only mandatory resourses. +Obviously you can extend this system by connecting more resources like is described in the :ref:`config` chapiter .. image:: _static/architecture_quickstart.png @@ -24,6 +27,8 @@ Developpement deployment ------------------------ +In additon of mandatory resource **PyAMS** could work with: + * a websockets server (GuniCorn), used to handle desktop notifications; you can find information about this component in the :ref:`pyams_notify` chapter; @@ -36,6 +41,7 @@ Production deployment --------------------- +Use case in a more complete prodution environement. .. image:: _static/architecture_prod.png diff -r fd15bdd3192e -r eeef4052fcd1 src/source/index.rst --- a/src/source/index.rst Wed Mar 28 18:07:02 2018 +0200 +++ b/src/source/index.rst Thu Mar 29 13:42:57 2018 +0200 @@ -12,14 +12,32 @@ .. toctree:: :maxdepth: 2 + :caption: GENERAL Introduction + Application architecture + +.. toctree:: + :maxdepth: 2 + :caption: GET STARTED + Quickstart - Application architecture - Admin's Guide + Installation + +.. toctree:: + :maxdepth: 2 + :caption: TUTORIAL + User’s Guide + +.. toctree:: + :maxdepth: 2 + :caption: DEVELOPMENT + + Admin's Guide Developer’s Guide + PyAMS external packages -----------------------