8 |
8 |
9 PyAMS admin site (called also **ZMI**, in memory of old **\Z**\ope **\M**\anagement **\I**\nterface) is based on the ZODB. |
9 PyAMS admin site (called also **ZMI**, in memory of old **\Z**\ope **\M**\anagement **\I**\nterface) is based on the ZODB. |
10 |
10 |
11 When the PyAMS is initialized, it create and register several utilities into the *local registry* and saved into ZODB. |
11 When the PyAMS is initialized, it create and register several utilities into the *local registry* and saved into ZODB. |
12 These utilities are created with default values which can be modified through **management interface** when |
12 These utilities are created with default values which can be modified through **management interface** when |
13 the application is started. |
13 the application is started by default (http://localhost:6543/admin). |
14 |
14 |
15 |
15 |
16 Local registry utilities |
16 Local registry utilities |
17 '''''''''''''''''''''''' |
17 '''''''''''''''''''''''' |
|
18 |
18 |
19 |
19 One of PyAMS pre-requisites is to use the ZODB, at least to store the site root application, |
20 One of PyAMS pre-requisites is to use the ZODB, at least to store the site root application, |
20 it's configuration and a set of local utilities. |
21 it's configuration and a set of local utilities. |
21 |
22 |
22 Some important utilities include: |
23 Some important utilities include: |
23 |
24 |
24 - a **catalog**: the catalog has the responsibility to index every content properties which are required to make quick |
25 **Catalog**: |
25 and efficient searches. Catalog indexes are automatically created on database upgrade; management interface |
26 The catalog has the responsibility to index every content properties which are required to make quick |
26 allows administrator to get indexes properties, to get the number of indexed objects and values for a given index, and |
27 and efficient searches. Catalog indexes are automatically created on database upgrade; management interface |
27 to delete an index before recreating it by running the database upgrade script another time (see :ref:`scripts`). |
28 allows administrator to get indexes properties, to get the number of indexed objects and values for a given index, and |
|
29 to delete an index before recreating it by running the database upgrade script another time (see :ref:`scripts`). |
28 |
30 |
29 - an **internal IDs** utility: |
31 **Internal IDs** utility: |
|
32 List of unique identifier used to localise and access easily to a resource or object declared in zo database. |
30 |
33 |
31 - a **language negotiator**: |
34 **Language negotiator**: |
|
35 Allows the management of several languages for different contents |
32 |
36 |
33 - a **portal templates** container: |
37 **Portal templates** container: |
|
38 Allows you to define and save, one or more reuse template. |
|
39 These templates can be shared with the entire application for build new site. |
34 |
40 |
35 - a **security manager**: |
41 **Security manager**: |
|
42 Manage role and permission grant to a user |
36 |
43 |
37 - a **sequential IDs** utility: |
44 **Sequential IDs** utility: |
38 |
45 |
39 - a **server timezone** utility: |
|
40 |
46 |
41 - a **user profiles** container: |
47 **Server timezone** utility: |
|
48 Setup the timezone server |
|
49 |
|
50 **User profiles** container: |
|
51 |
|
52 |
42 |
53 |
43 |
54 |
44 Optional utilities can also include: |
55 Optional utilities can also include: |
45 |
56 |
46 - an **Elasticsearch content indexer**: |
57 **Elasticearch content indexer**: |
47 |
58 |
48 - a **maps manager**: |
59 Verifier la connection entre le server ElasticSearch et la l'application PyAMS |
49 |
60 |
50 - a **medias converter**: |
61 **Maps manager**: |
|
62 Systeme de cartografie, avec OpenStreeMaps, WMS, GeoPortable, ESRI ou encore Google Maps |
|
63 permet de créer des zones catographique² |
51 |
64 |
52 - a **tasks scheduler**: |
65 **Medias converter**: |
53 |
66 |
|
67 |
|
68 **Tasks scheduler**: |
|
69 |