From b889f97156ecb9dc1d72cd8d52a21245e0d28834 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 23 Jul 2013 20:24:30 -0500 Subject: [PATCH] Move the "cd mediagoblin" to the right line. Thanks usrnix! This commit sponsored by Kenneth Dombrowski. Thanks! --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.25.1