diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-30 17:21:27 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-30 17:21:27 +0000 |
| commit | 793425accac28fd0bea3e406404b9b351556fddb (patch) | |
| tree | 1dac70abbc9dea24b2b97d9bad0f7aa5b1f9c2a3 /docs/narr/project.rst | |
| parent | 5d83d181a110c3a8dbb293711e99ae6ba13f0d3f (diff) | |
| download | pyramid-793425accac28fd0bea3e406404b9b351556fddb.tar.gz pyramid-793425accac28fd0bea3e406404b9b351556fddb.tar.bz2 pyramid-793425accac28fd0bea3e406404b9b351556fddb.zip | |
Better note/warning distinctions.
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 |
