As Elrond points out, git submodule should come first!

This commit sponsored by Sebastien Hut.  Thanks Sebastien!
This commit is contained in:
Christopher Allan Webber 2014-07-12 08:59:55 -05:00
parent 1c0293898c
commit e99431cc05

View File

@ -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