diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-03 09:41:48 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-03 09:41:48 -0500 |
commit | 99192f2452f75c0d8b0f04eefa0dd74f10e61e31 (patch) | |
tree | 9f873647b1f6d75b84ee9551d49e48766067b106 /docs/source | |
parent | 8efddbf2986524ad777b671af9935b44d009103e (diff) | |
download | mediagoblin-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.rst | 5 |
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: :: |