src/source/admin_guide/zodb-init.rst
branchdoc-dc
changeset 112 49e4432c0a1d
--- /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.