diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-27 16:01:01 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-27 16:02:12 -0400 |
commit | 56b6f2a05f3f803ca9d14217ab7a81bbdcf7c1ba (patch) | |
tree | 2e6b69393dd7b7ba390d2b58792805e00ed8cd10 /doc/install.txt | |
parent | deb70c6cb26eaca32786744508ee53ed6a636481 (diff) | |
download | bugseverywhere-56b6f2a05f3f803ca9d14217ab7a81bbdcf7c1ba.tar.gz |
doc:install: CherryPy is *not* used for HTTP, only for HTTPS.
For plain HTTP, we use wsgiref.simple_server from the stdlib.
Also include the `html` command as a WSGI-based command.
Diffstat (limited to 'doc/install.txt')
-rw-r--r-- | doc/install.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/install.txt b/doc/install.txt index ef9a300..2c369fd 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -123,9 +123,10 @@ based on ``Bugs Everywhere Directory v1.4`` or earlier (see there's no need to install PyYAML. Jinja is only used by the ``html`` command, so there's no need to install Jinja if you don't mind avoiding that command. Similarly, CherryPy is only used for the -``serve-*`` commands. The other dependencies are only used for -:doc:`building these docs <doc>`, so feel free to skip them and just -use the docs wherever you're currently reading them. +``html`` and ``serve-*`` commands with the ``--ssl`` option set. The +other dependencies are only used for :doc:`building these docs <doc>`, +so feel free to skip them and just use the docs wherever you're +currently reading them. .. _homepage: http://bugseverywhere.org/ .. _overriding: http://www.gnu.org/software/make/manual/html_node/Overriding.html |