mirror of https://github.com/Icinga/icinga2.git
Remove references to sudo.
This commit is contained in:
parent
b204061d9f
commit
f1270bb4fa
|
@ -7,15 +7,18 @@ log files which are required for the reporting functionality in the Classic UI.
|
|||
|
||||
### Installing Icinga Classic UI
|
||||
|
||||
You can install Icinga 1.x Classic UI in standalone mode using the
|
||||
You can download and build Icinga 1.x Classic UI in standalone mode using the
|
||||
following commands:
|
||||
|
||||
$ wget http://downloads.sourceforge.net/project/icinga/icinga/1.9.3/icinga-1.9.3.tar.gz
|
||||
$ tar xzf icinga-1.9.3.tar.gz ; cd icinga-1.9.3
|
||||
$ ./configure --enable-classicui-standalone --prefix=/usr/local/icinga2-classicui
|
||||
$ make classicui-standalone
|
||||
$ sudo make install-classicui-standalone install-webconf-auth
|
||||
$ sudo service apache2 restart
|
||||
|
||||
Once you've build Classic UI you can install it:
|
||||
|
||||
# make install-classicui-standalone install-webconf-auth
|
||||
# service apache2 restart
|
||||
|
||||
> **Note**
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue