diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-05-05 20:50:45 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-05-05 20:50:45 +1000 |
commit | 7465326f233485dfd1ba76af8073c135e347c4b2 (patch) | |
tree | 2283be19269e7bc552aa609d65fbb7905119d974 /docs/source | |
parent | 3d8cc5dfe1f69a52b985e8ca764219c2bcb6ed06 (diff) | |
download | mediagoblin-7465326f233485dfd1ba76af8073c135e347c4b2.tar.lz mediagoblin-7465326f233485dfd1ba76af8073c135e347c4b2.tar.xz mediagoblin-7465326f233485dfd1ba76af8073c135e347c4b2.zip |
docs: Update relnotes to remove "node_modules".
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index fdd984b8..3a332bae 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -49,11 +49,13 @@ our dependency `flup` does not support Python 3. 0. Update to the latest release. In your ``mediagoblin`` directory, run: ``git fetch && git checkout -q v0.10.0`` -1. Upgrade MediaGoblin: +1. Remove your existing installation: + ``rm -rf bin include lib lib64 node_modules`` +2. Upgrade MediaGoblin: ``./bootstrap.sh && ./configure && make`` -2. Update the database: - ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` -3. Restart MediaGoblin +3. Update the database: + ``./bin/gmg dbupdate`` +4. Restart MediaGoblin **Upgrade (upgrading to Python 3):** @@ -62,7 +64,7 @@ our dependency `flup` does not support Python 3. 1. Update to the latest release. In your ``mediagoblin`` directory, run: ``git fetch && git checkout -q v0.10.0`` 2. Remove your existing installation: - ``rm -rf bin include lib lib64`` + ``rm -rf bin include lib lib64 node_modules`` 3. Upgrade MediaGoblin: ``./bootstrap.sh && ./configure && make`` 4. Update the database: @@ -73,9 +75,13 @@ our dependency `flup` does not support Python 3. 0. Update to the latest release. In your ``mediagoblin`` directory, run: ``git fetch && git checkout -q v0.10.0`` -1. Update the database: - ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` -2. Restart MediaGoblin +1. Remove your existing installation: + ``rm -rf bin include lib lib64 node_modules`` +2. Upgrade MediaGoblin: + ``./bootstrap.sh && ./configure --without-python3 && make`` +3. Update the database: + ``./bin/gmg dbupdate`` +4. Restart MediaGoblin For detailed instructions on installing MediaGoblin, see ":doc:`deploying`". If you have any problems, please drop in to the `#mediagoblin IRC chat |