src/source/admin_guide/zodb-init.rst
branchdoc-dc
changeset 112 49e4432c0a1d
equal deleted inserted replaced
111:097b0c025eec 112:49e4432c0a1d
       
     1 
       
     2 .. _zodbinit:
       
     3 
       
     4 Initializing the ZODB database
       
     5 ------------------------------
       
     6 
       
     7 After, you have downloaded and installed all required packages, you have to initialize the database so that all
       
     8 required components are available.
       
     9 
       
    10 From a shell, just type:
       
    11 
       
    12 .. code-block:: bash
       
    13 
       
    14     (env) $ ./bin/pyams_upgrade etc/development.ini
       
    15 
       
    16 This process requires that every package is correctly included into *pyramid.includes* directive from selected
       
    17 configuration file.