diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-07-12 08:59:55 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-07-12 08:59:55 -0500 |
commit | e99431cc05dd6282f55d1e4cf18248e9d282455c (patch) | |
tree | 2566c4d18159e341e8c08fe468fe16b362d32419 /docs/source | |
parent | 1c0293898c8084446239ab202824c02ba7c3431b (diff) | |
download | mediagoblin-e99431cc05dd6282f55d1e4cf18248e9d282455c.tar.lz mediagoblin-e99431cc05dd6282f55d1e4cf18248e9d282455c.tar.xz mediagoblin-e99431cc05dd6282f55d1e4cf18248e9d282455c.zip |
As Elrond points out, git submodule should come first!
This commit sponsored by Sebastien Hut. Thanks Sebastien!
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |