diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-07-09 19:40:04 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-07-09 19:41:49 -0500 |
commit | 5622cc44edfb2d653ae67946fa9ea130c5f7fcaa (patch) | |
tree | e9f9a4cf5992ab31585721165e2652fba909372a /docs/source | |
parent | 41a14c6efc1dd9cfc36f1b2eb4cb3f3b34e4d975 (diff) | |
download | mediagoblin-5622cc44edfb2d653ae67946fa9ea130c5f7fcaa.tar.lz mediagoblin-5622cc44edfb2d653ae67946fa9ea130c5f7fcaa.tar.xz mediagoblin-5622cc44edfb2d653ae67946fa9ea130c5f7fcaa.zip |
Mention setup.py develop --upgrade also in release notes.
This commit sponsored by Christoph Schumacher. Thank you!
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 7b6d8353..7ae305a7 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -25,7 +25,9 @@ carefully, or at least skim over it. ===== **Do this to upgrade** -1. Make sure to run ``bin/gmg dbupdate`` after upgrading. +1. Make sure to run + ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` + after upgrading. 2. See "For Theme authors" if you have a custom theme. 3. Note that ``./bin/gmg theme assetlink`` is now just ``./bin/gmg assetlink`` and covers both plugins and assets. |