diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-10 10:52:39 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-10 10:52:39 -0500 |
commit | 71ef20078cc061317eaf42f20bdc905bcce3ab2a (patch) | |
tree | 0151fe5dd8424759b0749a68e6c3b46de13d500a /docs/source/siteadmin | |
parent | 33cbccb09d019f1d0310bc619c75e2839375bfa3 (diff) | |
download | mediagoblin-71ef20078cc061317eaf42f20bdc905bcce3ab2a.tar.lz mediagoblin-71ef20078cc061317eaf42f20bdc905bcce3ab2a.tar.xz mediagoblin-71ef20078cc061317eaf42f20bdc905bcce3ab2a.zip |
Adding some help about what to do if flup flakes out on you
Diffstat (limited to 'docs/source/siteadmin')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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:: |