From bb0ed20200bf88c8114751be2923a5126e51e7e0 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Mon, 22 Jun 2015 12:03:56 +0200 Subject: [PATCH] Assure to install icingacli in installation doc Make sure that icingacli is installed when following the instructions in installation.md, since those commands are needed by later instructions. --- doc/installation.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 5defbd6e1..fe3adf5f4 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -90,21 +90,22 @@ The packages for RHEL/CentOS depend on other packages which are distributed as p ### Installing Icinga Web 2 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. +Below is a list with examples for various distributions. The additional package `icingacli` is necessary +for being able to follow further steps in this guide. Debian and Ubuntu: ```` -apt-get install icingaweb2 +apt-get install icingaweb2 icingacli ```` RHEL, CentOS and Fedora: ```` -yum install icingaweb2 +yum install icingaweb2 icingacli ```` SLES and openSUSE: ```` -zypper install icingaweb2 +zypper install icingaweb2 icingacli ```` ### Preparing Web Setup