Installation doc: unify resulting installation on Debian and Ubuntu

refs #3231
This commit is contained in:
Alexander A. Klimov 2018-01-15 13:09:21 +01:00
parent 5cb7deda20
commit 06802cb94e
1 changed files with 9 additions and 1 deletions

View File

@ -153,12 +153,20 @@ In order to correctly manage your repository, please follow
You can install Icinga Web 2 by using your distribution's package manager to install the `icingaweb2` package.
Below is a list with examples for various distributions. The additional package `icingacli` is necessary to follow further steps in this guide.
The additional package `libapache2-mod-php` is necessary on Ubuntu to make
Icinga Web 2 working out-of-the-box if you aren't sure or don't care about [PHP
FPM](02-Installation.md#setting-up-fpm).
**Debian and Ubuntu**:
**Debian**:
```
apt-get install icingaweb2 icingacli
```
**Ubuntu**:
```
apt-get install icingaweb2 libapache2-mod-php icingacli
```
**RHEL, CentOS and Fedora**:
```
yum install icingaweb2 icingacli