From 06802cb94e4528ef0e92352b6fe5581aefc5b702 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 15 Jan 2018 13:09:21 +0100 Subject: [PATCH] Installation doc: unify resulting installation on Debian and Ubuntu refs #3231 --- doc/02-Installation.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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