diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-06-03 22:15:11 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-06-03 22:15:11 -0500 |
commit | 3169dde0c424b13a25cbf4c328b22e1c8195bc62 (patch) | |
tree | 2c841f6de9022c2ac670ee585c259d0c5c6f2d79 /docs/source | |
parent | 270caff0d3710e37bff8477ea9422f2af69c9fd0 (diff) | |
download | mediagoblin-3169dde0c424b13a25cbf4c328b22e1c8195bc62.tar.lz mediagoblin-3169dde0c424b13a25cbf4c328b22e1c8195bc62.tar.xz mediagoblin-3169dde0c424b13a25cbf4c328b22e1c8195bc62.zip |
Note that users have to install node.js :\
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index c36fca4d..81c5e4a2 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -50,11 +50,16 @@ trouble, consider pinging the MediaGoblin list or IRC channel. 0. If you haven't already, switch the git remote URL: ``git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git`` -1. Update to the latest release. If checked out from git, run: +1. If you don't have node.js installed, you'll need it for handling + MediaGoblin's static web dependencies. Install this via your + distribution! (In the glorious future MediaGoblin will be simply + packaged for your distribution so you won't have to worry about + this!) +2. Update to the latest release. If checked out from git, run: ``git fetch && git checkout -q v0.8.0`` -2. Run +3. Run ``./bootstrap.sh && ./configure && make`` -3. Also run +4. Also run ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` Please note the important steps of 0 and 2, which have not appeared in |