diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 21:40:10 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 21:40:10 +1100 |
commit | 83429a8658986ccd1c54e7085d5df31b01fe16fc (patch) | |
tree | cbba6b424cdfc9c5869038bd0069edd82a50c830 /docs/source/siteadmin/upgrading.rst | |
parent | c5a4eb8da8d3000d98c4ae684193322da3d6af10 (diff) | |
download | mediagoblin-83429a8658986ccd1c54e7085d5df31b01fe16fc.tar.lz mediagoblin-83429a8658986ccd1c54e7085d5df31b01fe16fc.tar.xz mediagoblin-83429a8658986ccd1c54e7085d5df31b01fe16fc.zip |
Drop Python 2 installation support.
Diffstat (limited to 'docs/source/siteadmin/upgrading.rst')
-rw-r--r-- | docs/source/siteadmin/upgrading.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/source/siteadmin/upgrading.rst b/docs/source/siteadmin/upgrading.rst index 7b1109e3..47d78264 100644 --- a/docs/source/siteadmin/upgrading.rst +++ b/docs/source/siteadmin/upgrading.rst @@ -58,20 +58,6 @@ Upgrade (upgrading to Python 3) 6. Restart MediaGoblin -Upgrade (remaining on Python 2 - not recommended) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -1. Update to the latest release. In your ``mediagoblin`` directory, run: - ``git fetch && git checkout -q stable && git submodule update`` -2. Remove your existing installation: - ``rm -rf bin include lib lib64 node_modules`` -3. Install MediaGoblin: - ``./bootstrap.sh && ./configure --without-python3 && make`` -4. Update the database: - ``./bin/gmg dbupdate`` -5. Restart MediaGoblin - - Updating your system Python --------------------------- |