diff -r a7332a53e6dc -r 5fe8d5ffccde src/source/quickstart.rst --- 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`)!!.