mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Docs: Add installation instructions for RHEL 9
This commit is contained in:
parent
62d7ca8e97
commit
365d2f70d0
@ -130,6 +130,16 @@ wget https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -O /etc/y
|
|||||||
If you are using RHEL you need to additionally enable the `optional` and `codeready-builder`
|
If you are using RHEL you need to additionally enable the `optional` and `codeready-builder`
|
||||||
repository before installing the [EPEL rpm package](https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F).
|
repository before installing the [EPEL rpm package](https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F).
|
||||||
|
|
||||||
|
#### RHEL 9
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ARCH=$( /bin/arch )
|
||||||
|
|
||||||
|
subscription-manager repos --enable "codeready-builder-for-rhel-9-${ARCH}-rpms"
|
||||||
|
|
||||||
|
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
|
||||||
|
```
|
||||||
|
|
||||||
#### RHEL 8
|
#### RHEL 8
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -253,7 +263,7 @@ dnf install icingaweb2 icingacli
|
|||||||
<!-- {% if not icingaDocs %} -->
|
<!-- {% if not icingaDocs %} -->
|
||||||
#### RHEL
|
#### RHEL
|
||||||
<!-- {% endif %} -->
|
<!-- {% endif %} -->
|
||||||
#### RHEL 8
|
#### RHEL 8 or Later
|
||||||
```bash
|
```bash
|
||||||
dnf install icingaweb2 icingacli
|
dnf install icingaweb2 icingacli
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user