mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Adding CentOS 8 Documentation (#3463)
IUS will not be supporting RHEL 8, so utilizing epel-release and telling the system to use standard git is the best option.
This commit is contained in:
parent
12e6f44135
commit
90b099395b
@ -67,6 +67,25 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv <inst
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
.. _install-centos8:
|
||||||
|
.. _install-rhel8:
|
||||||
|
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
CentOS and RHEL 8
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
yum -y install epel-release
|
||||||
|
yum update -y
|
||||||
|
yum -y groupinstall development
|
||||||
|
yum -y install git zlib-devel bzip2 bzip2-devel readline-devel sqlite \
|
||||||
|
sqlite-devel openssl-devel xz xz-devel libffi-devel findutils java-11-openjdk
|
||||||
|
|
||||||
|
Complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
.. _install-debian-stretch:
|
.. _install-debian-stretch:
|
||||||
|
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user