]> granicus.if.org Git - icinga2/commitdiff
Remove references to sudo.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 11 Oct 2013 07:33:24 +0000 (09:33 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 11 Oct 2013 07:33:24 +0000 (09:33 +0200)
doc/2.2-setting-up-icinga-classic-ui.md

index f24f377a058364e148f74123ae0fc9c56c95b174..0679e7200e443873bfc3acec57cb0b92494b19c4 100644 (file)
@@ -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**
 >