Recommendation to install flup!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Nov 2011 14:41:48 +0000 (09:41 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Nov 2011 14:41:48 +0000 (09:41 -0500)
docs/source/deploying.rst

index 5f07a1d2ad05311e2b3cb0b131c9bb853c328373..146655463beb3e3fe4c75ceb4f27111c34f67c5d 100644 (file)
@@ -127,6 +127,11 @@ more reliable and considerably easier to configure and illustrate. If
 you're familiar with Python packaging you may consider deploying with
 your preferred the method.
 
+Assuming you are going to deploy with fastcgi, you should also install
+flup: ::
+
+     ./bin/easy_install flup
+
 This concludes the initial configuration of the development
 environment. In the future, if at any point you want update your
 codebase, you should also run: ::