aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/deploying.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-04-30 22:05:27 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-04-30 22:05:27 -0500
commit084a619079e9428efcedbf301412d539017a0ab4 (patch)
tree5f9aa14c7b27f37defbade6933cded83f6c81d0c /docs/source/deploying.rst
parent97160314832fdbcb6213038f354228fc4309ad40 (diff)
downloadmediagoblin-084a619079e9428efcedbf301412d539017a0ab4.tar.lz
mediagoblin-084a619079e9428efcedbf301412d539017a0ab4.tar.xz
mediagoblin-084a619079e9428efcedbf301412d539017a0ab4.zip
./bin/gmg migrate -> ./bin/gmg dbupdate in the docs
Diffstat (limited to 'docs/source/deploying.rst')
-rw-r--r--docs/source/deploying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst
index bd874150..fc0e2721 100644
--- a/docs/source/deploying.rst
+++ b/docs/source/deploying.rst
@@ -184,7 +184,7 @@ This concludes the initial configuration of the development
environment. In the future, you want update your
codebase, you should also run::
- ./bin/python setup.py develop --upgrade && ./bin/gmg migrate.
+ ./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate
Deploy MediaGoblin Services
---------------------------