Fix paths in installation.md

This commit is contained in:
Eric Lippmann 2014-11-19 15:57:57 +01:00
parent 7fecd001e4
commit 7dd08ce6a9

View File

@ -38,7 +38,7 @@ git clone git://git.icinga.org/icingaweb2.git
Choose a target directory and move Icinga Web 2 there. 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** **Step 3: Configuring the Web Server**
@ -48,13 +48,13 @@ Use `icingacli` to generate web server configuration for either Apache or nginx.
*Apache* *Apache*
```` ````
./bin/icingacli setup config webserver apache ./bin/icingacli setup config webserver apache --document-root /usr/share/icingaweb/public
```` ````
*nginx* *nginx*
```` ````
./bin/icingacli setup config webserver nginx ./bin/icingacli setup config webserver nginx --document-root /usr/share/icingaweb/public
```` ````
**Step 4: Web Setup** **Step 4: Web Setup**