From: Christopher Allan Webber Date: Wed, 10 Apr 2013 15:52:39 +0000 (-0500) Subject: Adding some help about what to do if flup flakes out on you X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=71ef20078cc061317eaf42f20bdc905bcce3ab2a;p=mediagoblin.git Adding some help about what to do if flup flakes out on you --- diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 9b2324ae..77e60037 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -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::