src/source/quickstart.rst
branchdev-dc
changeset 34 f234f01d54f9
parent 28 a7332a53e6dc
child 36 55a05201f18c
--- a/src/source/quickstart.rst	Thu Mar 29 13:42:57 2018 +0200
+++ b/src/source/quickstart.rst	Tue Apr 03 18:17:48 2018 +0200
@@ -243,14 +243,25 @@
     See :ref:`appinstall` to get more detailed information about installation process.
 
 
-3. Start application
-+++++++++++++++++
+After *buildout*, just check INI files in *etc* directory (see :ref:`config`)
+
 
-Application is ready to run! Just check INI files in *etc* directory (see :ref:`config`) and start the application:
+3. Initializing the database
+++++++++++++++++++++++++++++
+
+You have to initialize the database to populate **PyAMS** objects into database. From a shell:
 
 .. code-block:: bash
 
-    (env)$ ./bin/pyams_upgrade etc/development.ini
+    (env) $ ./bin/pyams_upgrade etc/development.ini
+
+
+4. Start application
+++++++++++++++++++++
+
+Application is ready to run! Start the application:
+
+.. code-block:: bash
 
     (env)$ ./bin/pserve etc/development.ini
     ...