From ff21429f2b564a9cfd0cfbcdcd4c48a6cd6c1e9a Mon Sep 17 00:00:00 2001 From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:48:10 +0200 Subject: [PATCH] [3.4] Add CentOS Stream 9 docs (#5537) (#5729) (cherry picked from commit 61c73f2f1f30b5af97d04d312f1c268c21ba9405) Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- docs/install_guides/centos-stream-9.rst | 18 ++++++++++++++++++ docs/install_guides/index.rst | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/install_guides/centos-stream-9.rst diff --git a/docs/install_guides/centos-stream-9.rst b/docs/install_guides/centos-stream-9.rst new file mode 100644 index 000000000..9ecbe693b --- /dev/null +++ b/docs/install_guides/centos-stream-9.rst @@ -0,0 +1,18 @@ +.. _install-centos-stream-9: + +================================= +Installing Red on CentOS Stream 9 +================================= + +CentOS Stream 9 has all required packages available in official repositories. +Install them with dnf: + +.. prompt:: bash + + sudo dnf -y install python39 git java-11-openjdk-headless @development nano + +.. Include common instructions: + +.. include:: _includes/create-env-with-venv.rst + +.. include:: _includes/install-and-setup-red-unix.rst diff --git a/docs/install_guides/index.rst b/docs/install_guides/index.rst index 22c11fa9f..b7babf610 100644 --- a/docs/install_guides/index.rst +++ b/docs/install_guides/index.rst @@ -17,6 +17,7 @@ we recommend **Ubuntu 20.04 LTS**. arch centos-7 centos-stream-8 + centos-stream-9 debian-10 debian-11 fedora