From 7dd08ce6a923f12dc86abc6e9220f610db5b96c6 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 19 Nov 2014 15:57:57 +0100 Subject: [PATCH] Fix paths in installation.md --- doc/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 11f644ef7..88c9c3650 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -38,7 +38,7 @@ git clone git://git.icinga.org/icingaweb2.git Choose a target directory and move Icinga Web 2 there. ```` -mv icingaweb2 /usr/share/icingaweb2 +mv icingaweb2 /usr/share/icingaweb ```` **Step 3: Configuring the Web Server** @@ -48,13 +48,13 @@ Use `icingacli` to generate web server configuration for either Apache or nginx. *Apache* ```` -./bin/icingacli setup config webserver apache +./bin/icingacli setup config webserver apache --document-root /usr/share/icingaweb/public ```` *nginx* ```` -./bin/icingacli setup config webserver nginx +./bin/icingacli setup config webserver nginx --document-root /usr/share/icingaweb/public ```` **Step 4: Web Setup**