aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-04-17 17:00:54 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2015-04-17 17:00:54 -0500
commit9fa1e602b40d1e531335bf903dc7b15632818cf0 (patch)
tree08a42e91341fb8e3dc29ef9a76d7e1a41a77a04e /docs/source/siteadmin/deploying.rst
parent4fd98b70d2eb23068259e76b19a25456c766cdcf (diff)
downloadmediagoblin-9fa1e602b40d1e531335bf903dc7b15632818cf0.tar.lz
mediagoblin-9fa1e602b40d1e531335bf903dc7b15632818cf0.tar.xz
mediagoblin-9fa1e602b40d1e531335bf903dc7b15632818cf0.zip
Noting the possibility that users may need to update origin to Savannah
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 1afb74cb..dad489c5 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -197,6 +197,13 @@ Clone the MediaGoblin repository and set up the git submodules::
cd mediagoblin
git submodule init && git submodule update
+.. note::
+
+ The MediaGoblin repository used to be on gitorious.org, but since
+ gitorious.org shut down, we had to move. We are presently on
+ Savannah. You may need to update your git repository location::
+
+ git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git
And set up the in-package virtualenv::