diff -r 097b0c025eec -r 49e4432c0a1d src/source/admin_guide/zodb-init.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/admin_guide/zodb-init.rst Thu Dec 13 10:51:53 2018 +0100 @@ -0,0 +1,17 @@ + +.. _zodbinit: + +Initializing the ZODB database +------------------------------ + +After, you have downloaded and installed all required packages, you have to initialize the database so that all +required components are available. + +From a shell, just type: + +.. code-block:: bash + + (env) $ ./bin/pyams_upgrade etc/development.ini + +This process requires that every package is correctly included into *pyramid.includes* directive from selected +configuration file.