doc/book/pyramid/quickstart.rst
changeset 11945 ef6b18c56b5a
parent 11631 faf279e33298
child 12097 78a5c6a64fad
--- a/doc/book/pyramid/quickstart.rst	Fri Jan 27 09:58:30 2017 +0100
+++ b/doc/book/pyramid/quickstart.rst	Fri Jan 27 11:05:07 2017 +0100
@@ -57,3 +57,17 @@
 
 -   Configure the base-url and https-url in all-in-one.conf to match the ones
     of the pyramid configuration (this is a temporary limitation).
+
+
+Usage with pserve
+-----------------
+
+To run a Pyramid application using pserve_:
+
+::
+
+    pserve /path/to/development.ini instance=<appid>
+
+
+.. _pserve: \
+    http://docs.pylonsproject.org/projects/pyramid/en/latest/pscripts/pserve.html