Skip to content

Commit

Permalink
Fix paths in installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Nov 19, 2014
1 parent 7fecd00 commit 7dd08ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/installation.md
Expand Up @@ -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**
Expand All @@ -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**
Expand Down

0 comments on commit 7dd08ce

Please sign in to comment.