src/source/appmanage.rst
branchdoc-dc
changeset 55 949d496c4e96
parent 51 5ebe61e3a965
child 57 e7d62e94392f
--- a/src/source/appmanage.rst	Fri Apr 27 15:44:46 2018 +0200
+++ b/src/source/appmanage.rst	Wed May 09 17:33:41 2018 +0200
@@ -10,44 +10,60 @@
 
 When the PyAMS is initialized, it create and register several utilities into the *local registry* and saved into ZODB.
 These utilities are created with default values which can be modified through **management interface** when
-the application is started.
+the application is started by default (http://localhost:6543/admin).
 
 
 Local registry utilities
 ''''''''''''''''''''''''
 
+
 One of PyAMS pre-requisites is to use the ZODB, at least to store the site root application,
 it's configuration and a set of local utilities.
 
 Some important utilities include:
 
-- a **catalog**: the catalog has the responsibility to index every content properties which are required to make quick
-  and efficient searches. Catalog indexes are automatically created on database upgrade; management interface
-  allows administrator to get indexes properties, to get the number of indexed objects and values for a given index, and
-  to delete an index before recreating it by running the database upgrade script another time (see :ref:`scripts`).
+**Catalog**:
+    The catalog has the responsibility to index every content properties which are required to make quick
+    and efficient searches. Catalog indexes are automatically created on database upgrade; management interface
+    allows administrator to get indexes properties, to get the number of indexed objects and values for a given index, and
+    to delete an index before recreating it by running the database upgrade script another time (see :ref:`scripts`).
 
-- an **internal IDs** utility:
+**Internal IDs** utility:
+    List of unique identifier used to localise and access easily to a resource or object declared in zo database.
 
-- a **language negotiator**:
+**Language negotiator**:
+    Allows the management of several languages for different contents
 
-- a **portal templates** container:
+**Portal templates** container:
+    Allows you to define and save, one or more reuse template.
+    These templates can be shared with the entire application for build new site.
 
-- a **security manager**:
+**Security manager**:
+    Manage role and permission grant to a user
 
-- a **sequential IDs** utility:
+**Sequential IDs** utility:
+
 
-- a **server timezone** utility:
+**Server timezone** utility:
+    Setup the timezone server
 
-- a **user profiles** container:
+**User profiles** container:
+
+
 
 
 Optional utilities can also include:
 
-- an **Elasticsearch content indexer**:
+**Elasticearch content indexer**:
 
-- a **maps manager**:
+Verifier la connection entre le server ElasticSearch et la l'application PyAMS
 
-- a **medias converter**:
+**Maps manager**:
+Systeme de cartografie, avec OpenStreeMaps, WMS, GeoPortable, ESRI ou encore Google Maps
+permet de créer des zones catographique²
 
-- a **tasks scheduler**:
+**Medias converter**:
+
 
+**Tasks scheduler**:
+