Merge branch 'bugfix/installation-doc-ubuntu-3231'

fixes #3231
This commit is contained in:
Alexander A. Klimov 2018-01-16 10:28:51 +01:00
commit 75b7ff1231
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