diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 3d3616826..806dde6d6 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -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