As Elrond points out, git submodule should come first!
This commit sponsored by Sebastien Hut. Thanks Sebastien!
This commit is contained in:
parent
1c0293898c
commit
e99431cc05
@ -244,7 +244,7 @@ This concludes the initial configuration of the development
|
|||||||
environment. In the future, when you update your
|
environment. In the future, when you update your
|
||||||
codebase, you should also run::
|
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
|
Note: If you are running an active site, depending on your server
|
||||||
configuration, you may need to stop it first or the dbupdate command
|
configuration, you may need to stop it first or the dbupdate command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user