From 4e7337b22d4cac86b9d3803c3c1ecdfb82ab45df Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Tue, 18 Oct 2022 14:17:23 +0200 Subject: [PATCH] Add Fedora installation instructions --- doc/02-Installation.md | 18 ++++++++++++++++++ doc/02-Installation.md.d/03-Fedora.md | 2 ++ .../{03-CentOS.md => 04-CentOS.md} | 0 .../{04-RHEL.md => 05-RHEL.md} | 0 .../{05-SLES.md => 06-SLES.md} | 0 .../{06-Amazon-Linux.md => 07-Amazon-Linux.md} | 0 .../{07-From-Source.md => 08-From-Source.md} | 0 7 files changed, 20 insertions(+) create mode 100644 doc/02-Installation.md.d/03-Fedora.md rename doc/02-Installation.md.d/{03-CentOS.md => 04-CentOS.md} (100%) rename doc/02-Installation.md.d/{04-RHEL.md => 05-RHEL.md} (100%) rename doc/02-Installation.md.d/{05-SLES.md => 06-SLES.md} (100%) rename doc/02-Installation.md.d/{06-Amazon-Linux.md => 07-Amazon-Linux.md} (100%) rename doc/02-Installation.md.d/{07-From-Source.md => 08-From-Source.md} (100%) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index fcd91cb84d..c94fc17c12 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -154,6 +154,15 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r ``` + +### Fedora Repository + +```bash +rpm --import https://packages.icinga.com/icinga.key +dnf config-manager --add-repo https://packages.icinga.com/fedora/$(. /etc/os-release; echo "$VERSION_ID")/release +``` + + ### SLES Repository @@ -264,6 +273,15 @@ yum install icingaweb2 icingacli ``` + + +#### Fedora + +```bash +dnf install icingaweb2 icingacli +``` + + #### SLES diff --git a/doc/02-Installation.md.d/03-Fedora.md b/doc/02-Installation.md.d/03-Fedora.md new file mode 100644 index 0000000000..1f12276b50 --- /dev/null +++ b/doc/02-Installation.md.d/03-Fedora.md @@ -0,0 +1,2 @@ + + diff --git a/doc/02-Installation.md.d/03-CentOS.md b/doc/02-Installation.md.d/04-CentOS.md similarity index 100% rename from doc/02-Installation.md.d/03-CentOS.md rename to doc/02-Installation.md.d/04-CentOS.md diff --git a/doc/02-Installation.md.d/04-RHEL.md b/doc/02-Installation.md.d/05-RHEL.md similarity index 100% rename from doc/02-Installation.md.d/04-RHEL.md rename to doc/02-Installation.md.d/05-RHEL.md diff --git a/doc/02-Installation.md.d/05-SLES.md b/doc/02-Installation.md.d/06-SLES.md similarity index 100% rename from doc/02-Installation.md.d/05-SLES.md rename to doc/02-Installation.md.d/06-SLES.md diff --git a/doc/02-Installation.md.d/06-Amazon-Linux.md b/doc/02-Installation.md.d/07-Amazon-Linux.md similarity index 100% rename from doc/02-Installation.md.d/06-Amazon-Linux.md rename to doc/02-Installation.md.d/07-Amazon-Linux.md diff --git a/doc/02-Installation.md.d/07-From-Source.md b/doc/02-Installation.md.d/08-From-Source.md similarity index 100% rename from doc/02-Installation.md.d/07-From-Source.md rename to doc/02-Installation.md.d/08-From-Source.md