From d4bd291fd5ca51bbbeec487f2011476706a5952f Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Fri, 9 Aug 2013 11:37:48 -0400 Subject: Lots of updates, move more code out of code-blocks into working package code. About to tackle cool Pyramid stuff. --- docs/getting_started/pserve.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/getting_started/pserve.rst (limited to 'docs/getting_started/pserve.rst') diff --git a/docs/getting_started/pserve.rst b/docs/getting_started/pserve.rst new file mode 100644 index 000000000..a7f8ba62c --- /dev/null +++ b/docs/getting_started/pserve.rst @@ -0,0 +1,18 @@ +=================================== +Application Running With ``pserve`` +=================================== + + +Three Cool Things About ``pserve`` +---------------------------------- + +1. *Multiple .ini files*. You might have some settings in + development mode or some in production mode. Maybe you are writing an + add-on that needs to be wired-up by other people. + +2. *Choice of WSGI server*. ``pserve`` itself isn't a WSGI server. + Instead, it loads the server you want from the configuration file. + +3. *Friends of pserve*. With the ``pserve``/``.ini`` approach you + also get other commands that help during development: ``pshell``, + ``proutes``, ``pviews``, ``prequest``, etc. -- cgit v1.2.3