From a999c0dc027edbd52487a20a5e560f7db6d23334 Mon Sep 17 00:00:00 2001 From: Angel Roman Date: Thu, 30 Jan 2025 23:55:11 -0500 Subject: [PATCH] Update 02-Installation.md RHEL7 Removed --- doc/02-Installation.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 1eba3a629..bcb26282e 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -147,18 +147,6 @@ subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms" dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm ``` - -#### RHEL 7 -Since Icinga Web v2.5 we also require a **newer PHP version** than what is available -in RedHat itself. You need to enable the SCL repository, so that the dependencies -can pull in the newer PHP. - -```bash -subscription-manager repos --enable rhel-7-server-optional-rpms -subscription-manager repos --enable rhel-server-rhscl-7-rpms - -yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -``` @@ -261,11 +249,6 @@ yum install icingaweb2 icingacli ```bash dnf install icingaweb2 icingacli ``` - -#### RHEL 7 -```bash -yum install icingaweb2 icingacli -```