mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Add Fedora installation instructions
This commit is contained in:
parent
bb4b53e90c
commit
4e7337b22d
@ -154,6 +154,15 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
|
||||
```
|
||||
<!-- {% endif %} -->
|
||||
|
||||
<!-- {% if fedora %} -->
|
||||
### Fedora Repository <a id="fedora-repository"></a>
|
||||
|
||||
```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
|
||||
```
|
||||
<!-- {% endif %} -->
|
||||
|
||||
<!-- {% if sles %} -->
|
||||
### SLES Repository <a id="rhel-repository"></a>
|
||||
|
||||
@ -264,6 +273,15 @@ yum install icingaweb2 icingacli
|
||||
```
|
||||
<!-- {% endif %} -->
|
||||
|
||||
<!-- {% if fedora %} -->
|
||||
<!-- {% if not icingaDocs %} -->
|
||||
#### Fedora
|
||||
<!-- {% endif %} -->
|
||||
```bash
|
||||
dnf install icingaweb2 icingacli
|
||||
```
|
||||
<!-- {% endif %} -->
|
||||
|
||||
<!-- {% if sles %} -->
|
||||
<!-- {% if not icingaDocs %} -->
|
||||
#### SLES
|
||||
|
2
doc/02-Installation.md.d/03-Fedora.md
Normal file
2
doc/02-Installation.md.d/03-Fedora.md
Normal file
@ -0,0 +1,2 @@
|
||||
<!-- {% set fedora = True %} -->
|
||||
<!-- {% include "02-installation.md" %} -->
|
Loading…
x
Reference in New Issue
Block a user