summaryrefslogtreecommitdiff
path: root/docs/getting_started/pserve.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/pserve.rst')
-rw-r--r--docs/getting_started/pserve.rst18
1 files changed, 18 insertions, 0 deletions
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.