From 83429a8658986ccd1c54e7085d5df31b01fe16fc Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 3 Mar 2021 21:40:10 +1100 Subject: Drop Python 2 installation support. --- docs/source/siteadmin/deploying.rst | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'docs/source/siteadmin/deploying.rst') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 9c88a04d..09619997 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -56,7 +56,7 @@ Dependencies MediaGoblin has the following core dependencies: -- Python 3.4+ (Python 2.7 is supported, but not recommended) +- Python 3.4+ - `python3-lxml `_ - `git `_ - `SQLite `_/`PostgreSQL `_ @@ -82,13 +82,6 @@ Issue the following commands: sudo dnf install automake gcc git-core make nodejs npm python3-devel \ python3-lxml python3-pillow virtualenv -.. note:: - - MediaGoblin now uses Python 3 by default. To use Python 2, you may - instead substitute from "python3" to "python" for most package - names in the Debian instructions and this should cover dependency - installation. Python 2 installation has not been tested on Fedora. - For a production deployment, you'll also need Nginx as frontend web server and RabbitMQ to store the media processing queue:: @@ -265,11 +258,6 @@ Set up the environment:: $ VIRTUALENV_FLAGS='--system-site-packages' ./configure $ make -.. note:: - - If you'd prefer to run MediaGoblin with Python 2, pass in - ``--without-python3`` to the ``./configure`` command. - Create and set the proper permissions on the ``user_dev`` directory. This directory will be used to store uploaded media files:: -- cgit v1.2.3