src/source/appmanage.rst
branchdoc-dc
changeset 50 6ed429390935
parent 0 d153941bb745
child 51 5ebe61e3a965
equal deleted inserted replaced
49:a33f67e15345 50:6ed429390935
       
     1 .. _appmanage:
       
     2 
       
     3 .. _site:
       
     4 
       
     5 
       
     6 PyAMS site management
       
     7 =====================
       
     8 
       
     9 PyAMS site management is based on the ZODB.
       
    10 
       
    11 
       
    12 When the PyAMS is initialized, it create and register several utilities into the *local registry* and saved into ZODB (see
       
    13 :ref:`zca`). These utilities are created with default values which can be modified through **management interface** when
       
    14 the application is started.
       
    15 
       
    16 
       
    17 Local registry utilities
       
    18 ''''''''''''''''''''''''
       
    19 
       
    20 Some important utilities include:
       
    21 
       
    22 - 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
       
    24   allows administrator to get indexes properties, to get the number of indexed objects and values for a given index, and
       
    25   to delete an index before recreating it by running the database upgrade script another time (see :ref:`scripts`).
       
    26 
       
    27 - an **internal IDs** utility:
       
    28 
       
    29 - a **language negotiator**:
       
    30 
       
    31 - a **portal templates** container:
       
    32 
       
    33 - a **security manager**:
       
    34 
       
    35 - a **sequential IDs** utility:
       
    36 
       
    37 - a **server timezone** utility:
       
    38 
       
    39 - a **user profiles** container:
       
    40 
       
    41 
       
    42 Optional utilities can also include:
       
    43 
       
    44 - an **Elasticsearch content indexer**:
       
    45 
       
    46 - a **maps manager**:
       
    47 
       
    48 - a **medias converter**:
       
    49 
       
    50 - a **tasks scheduler**:
       
    51