diff -r 1de74ac0628f -r 31b3d00edb8a src/source/quickstart.rst --- a/src/source/quickstart.rst Mon Dec 10 18:17:20 2018 +0100 +++ b/src/source/quickstart.rst Tue Dec 11 16:29:56 2018 +0100 @@ -10,11 +10,11 @@ See :ref:`install` to get a full description of installation process. -0. Before starting -++++++++++++++++++ +0. Requirement +++++++++++++++ -Required packages ------------------ +Packages +-------- PyAMS relies on system and Python packages which you must have been previously installed in your environment. @@ -56,9 +56,11 @@ (env)$ pip3.5 install cookiecutter +1. Creating Database +++++++++++++++++++++ -1. Create ZODB -++++++++++++++ +Create ZODB +----------- We are creating a local ZODB using a "ZEO server" cookiecutter template. @@ -98,6 +100,8 @@ - ./bin/buildout +Configuration ZODB +------------------ In *zeo_pyams* folder, execute *bootstrap.py*: .. code-block:: bash @@ -128,6 +132,10 @@ zc.zodbrecipes: Generated shell script '/var/local/env/zeo_pyams/etc/init.d/zeo-zeo_pyams'. +Run ZODB server +--------------- + + Start the ZEO server: .. code-block:: bash @@ -139,8 +147,8 @@ daemon process started, pid=26230 -2. Create application instance -++++++++++++++++++++++++++++++ +2. Creating application instance +++++++++++++++++++++++++++++++++ Application instance will be created in */var/local/env/pyams* via another coockiecutter template: