From e99431cc05dd6282f55d1e4cf18248e9d282455c Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 12 Jul 2014 08:59:55 -0500 Subject: [PATCH] As Elrond points out, git submodule should come first! This commit sponsored by Sebastien Hut. Thanks Sebastien! --- 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 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 -- 2.25.1