Adding some help about what to do if flup flakes out on you
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Apr 2013 15:52:39 +0000 (10:52 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Apr 2013 15:52:39 +0000 (10:52 -0500)
docs/source/siteadmin/deploying.rst

index 9b2324aeebbf26e7bd41e993313b431104f0dfd8..77e6003795a7272b8d850e080b7572c8e803eca7 100644 (file)
@@ -185,6 +185,11 @@ flup::
 
     ./bin/easy_install flup
 
+(Sometimes this breaks because flup's site is flakey.  If it does for
+you, try)::
+
+    ./bin/easy_install https://pypi.python.org/pypi/flup/1.0.3.dev-20110405
+
 This concludes the initial configuration of the development
 environment. In the future, when you update your
 codebase, you should also run::