aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-11-03 09:41:48 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-11-03 09:41:48 -0500
commit99192f2452f75c0d8b0f04eefa0dd74f10e61e31 (patch)
tree9f873647b1f6d75b84ee9551d49e48766067b106 /docs/source
parent8efddbf2986524ad777b671af9935b44d009103e (diff)
downloadmediagoblin-99192f2452f75c0d8b0f04eefa0dd74f10e61e31.tar.lz
mediagoblin-99192f2452f75c0d8b0f04eefa0dd74f10e61e31.tar.xz
mediagoblin-99192f2452f75c0d8b0f04eefa0dd74f10e61e31.zip
Recommendation to install flup!
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/deploying.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst
index 5f07a1d2..14665546 100644
--- a/docs/source/deploying.rst
+++ b/docs/source/deploying.rst
@@ -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: ::