From 56b6f2a05f3f803ca9d14217ab7a81bbdcf7c1ba Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 27 Oct 2012 16:01:01 -0400 Subject: 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. --- doc/install.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit