mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
doc: Use icingaweb2 as directory instead of icingaweb
This commit is contained in:
parent
3961a44769
commit
e2667dfb63
@ -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/icingaweb
|
mv icingaweb2 /usr/share/icingaweb2
|
||||||
````
|
````
|
||||||
|
|
||||||
**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 --document-root /usr/share/icingaweb/public
|
./bin/icingacli setup config webserver apache --document-root /usr/share/icingaweb2/public
|
||||||
````
|
````
|
||||||
|
|
||||||
*nginx*
|
*nginx*
|
||||||
|
|
||||||
````
|
````
|
||||||
./bin/icingacli setup config webserver nginx --document-root /usr/share/icingaweb/public
|
./bin/icingacli setup config webserver nginx --document-root /usr/share/icingaweb2/public
|
||||||
````
|
````
|
||||||
|
|
||||||
**Step 4: Web Setup**
|
**Step 4: Web Setup**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user