From: Christopher Allan Webber Date: Sat, 12 Jul 2014 13:59:55 +0000 (-0500) Subject: As Elrond points out, git submodule should come first! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e99431cc05dd6282f55d1e4cf18248e9d282455c;p=mediagoblin.git As Elrond points out, git submodule should come first! This commit sponsored by Sebastien Hut. Thanks Sebastien! --- diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 3ff2b9ea..3f4a59cd 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -244,7 +244,7 @@ This concludes the initial configuration of the development environment. In the future, when you update your codebase, you should also run:: - ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule update + git submodule update && ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate Note: If you are running an active site, depending on your server configuration, you may need to stop it first or the dbupdate command