diff options
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 1c1dde131..c76223401 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -259,6 +259,10 @@ Once the project is installed for development, you can run the application it represents using the ``paster serve`` command against the generated ``MyProject.ini`` configuration file: +.. code-block:: text + + $ ../bin/paster serve MyProject.ini + .. sidebar:: Using ``mod_wsgi`` You can also use :term:`mod_wsgi` to serve your :mod:`repoze.bfg` @@ -269,10 +273,6 @@ the generated ``MyProject.ini`` configuration file: webserver, as exception and debugging output will be sent to the console. -.. code-block:: text - - $ ../bin/paster serve MyProject.ini - Here's sample output from a run: .. code-block:: text |
