aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-07-23 20:24:30 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-07-23 20:24:30 -0500
commitb889f97156ecb9dc1d72cd8d52a21245e0d28834 (patch)
tree6372857904747c726b7d37944ea3300a3157eda8 /docs/source/siteadmin/deploying.rst
parent64ad0beea83b1f4b50462bcb67c54156fc9365a5 (diff)
downloadmediagoblin-b889f97156ecb9dc1d72cd8d52a21245e0d28834.tar.lz
mediagoblin-b889f97156ecb9dc1d72cd8d52a21245e0d28834.tar.xz
mediagoblin-b889f97156ecb9dc1d72cd8d52a21245e0d28834.zip
Move the "cd mediagoblin" to the right line. Thanks usrnix!
This commit sponsored by Kenneth Dombrowski. Thanks!
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 751b01c5..50fc05c5 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -160,11 +160,11 @@ directory. Modify these commands to reflect your own environment::
Clone the MediaGoblin repository and set up the git submodules::
git clone git://gitorious.org/mediagoblin/mediagoblin.git
+ cd mediagoblin
git submodule init && git submodule update
And set up the in-package virtualenv::
- cd mediagoblin
(virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop
.. note::