From: W. Trevor King Date: Sat, 27 Oct 2012 20:01:01 +0000 (-0400) Subject: doc:install: CherryPy is *not* used for HTTP, only for HTTPS. X-Git-Tag: 1.1.0~16 X-Git-Url: http://git.tremily.us/?p=be.git;a=commitdiff_plain;h=56b6f2a05f3f803ca9d14217ab7a81bbdcf7c1ba 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. --- 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 `, 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 `, +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