0

docs/installing: update CenturyOldOS instructions

Imagine not having Python 3 in 2019 LMAO
This commit is contained in:
Nicolas F
2019-04-06 21:15:50 +02:00
parent 58f73d8f81
commit 98e197d64c

View File

@@ -49,7 +49,33 @@ you're all set! See you at the :doc:`running` page!
CentOS / RHEL / Fedora
======================
We also provide a RPM repository with pre-built packages for users on RPM-based
Prerequisites for CentOS/RHEL 6
--------------------------
We recommend you upgrade to a newer version of your distribution, though in the meantime
Overviewer should still work with Python 3.4 which is the latest available EPEL package for
CentOS/RHEL 6, but is no longer supported with security fixes by the Python developers.
Enable EPEL to get a release of Python 3::
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Prerequisites for CentOS/RHEL 7
--------------------------
Enable EPEL to get a release of Python 3::
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
The `official instructions <https://fedoraproject.org/wiki/EPEL>`_ also recommend enabling a few
additional repositories, as some EPEL packages may depend on them. **However, this is only relevant
if you are not using CentOS**::
subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"
Installing the Overviewer
-------------------------
We provide a RPM repository with pre-built packages for users on RPM-based
distros. To add the Overviewer repository to YUM, just run
::