diff options
author | Elrond <elrond+git.commit@samba-tng.org> | 2012-11-20 14:32:29 +0100 |
---|---|---|
committer | Elrond <elrond+git.commit@samba-tng.org> | 2012-11-20 14:32:29 +0100 |
commit | c356dc16351b33cc60cc95d6a5836ffaceffc5eb (patch) | |
tree | d37c857dd7c706a608153282591bf2b8908a3771 /docs/source | |
parent | 4d8a3cd808a309b250df40f64bb862fdb5ede434 (diff) | |
download | mediagoblin-c356dc16351b33cc60cc95d6a5836ffaceffc5eb.tar.lz mediagoblin-c356dc16351b33cc60cc95d6a5836ffaceffc5eb.tar.xz mediagoblin-c356dc16351b33cc60cc95d6a5836ffaceffc5eb.zip |
Very small typo fix in deploying docs.
Thanks to #mediagoblin.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index dc0a4c67..0eb67be4 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -170,7 +170,7 @@ And set up the in-package virtualenv:: If you have problems here, consider trying to install virtualenv with the ``--distribute`` or ``--no-site-packages`` options. If - your system's default Python is in the 3.x series you man need to + your system's default Python is in the 3.x series you may need to run ``virtualenv`` with the ``--python=python2.7`` or ``--python=python2.6`` options. @@ -178,7 +178,7 @@ The above provides an in-package install of ``virtualenv``. While this is counter to the conventional ``virtualenv`` configuration, it is 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. +your preferred method. Assuming you are going to deploy with FastCGI, you should also install flup:: |