Remove references to sudo.

This commit is contained in:
Gunnar Beutner 2013-10-11 09:33:24 +02:00
parent b204061d9f
commit f1270bb4fa

View File

@ -7,15 +7,18 @@ log files which are required for the reporting functionality in the Classic UI.
### Installing Icinga 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: following commands:
$ wget http://downloads.sourceforge.net/project/icinga/icinga/1.9.3/icinga-1.9.3.tar.gz $ 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 $ tar xzf icinga-1.9.3.tar.gz ; cd icinga-1.9.3
$ ./configure --enable-classicui-standalone --prefix=/usr/local/icinga2-classicui $ ./configure --enable-classicui-standalone --prefix=/usr/local/icinga2-classicui
$ make classicui-standalone $ 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** > **Note**
> >