equal
deleted
inserted
replaced
1 .. _appmanage: |
1 .. _appmanage: |
2 |
2 |
3 .. _site: |
3 .. _site: |
4 |
4 |
5 |
5 |
6 PyAMS site management |
6 PyAMS admin site |
7 ===================== |
7 ================ |
8 |
8 |
9 PyAMS site management 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 |
11 When the PyAMS is initialized, it create and register several utilities into the *local registry* and saved into ZODB. |
12 When the PyAMS is initialized, it create and register several utilities into the *local registry* and saved into ZODB (see |
12 These utilities are created with default values which can be modified through **management interface** when |
13 :ref:`zca`). These utilities are created with default values which can be modified through **management interface** when |
|
14 the application is started. |
13 the application is started. |
15 |
14 |
16 |
15 |
17 Local registry utilities |
16 Local registry utilities |
18 '''''''''''''''''''''''' |
17 '''''''''''''''''''''''' |
|
18 |
|
19 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. |
19 |
21 |
20 Some important utilities include: |
22 Some important utilities include: |
21 |
23 |
22 - a **catalog**: the catalog has the responsibility to index every content properties which are required to make quick |
24 - a **catalog**: the catalog has the responsibility to index every content properties which are required to make quick |
23 and efficient searches. Catalog indexes are automatically created on database upgrade; management interface |
25 and efficient searches. Catalog indexes are automatically created on database upgrade; management interface |