diff -r eeef4052fcd1 -r f234f01d54f9 src/source/quickstart.rst --- 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 ...