src/source/quickstart.rst
changeset 46 5fe8d5ffccde
parent 36 55a05201f18c
child 51 5ebe61e3a965
--- a/src/source/quickstart.rst	Mon Mar 26 10:38:06 2018 +0200
+++ b/src/source/quickstart.rst	Thu Apr 12 11:18: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. Starting application
++++++++++++++++++++++++
+
+Application is ready to run! Start the application:
+
+.. code-block:: bash
 
     (env)$ ./bin/pserve etc/development.ini
     ...
@@ -272,4 +283,4 @@
     - Password: admin
 
     **You must change it as soon as possible!**
-
+    (see :ref:`pyams_security`)!!.