Added a remark for installation of the web interface.
authorarjen <arjen>
Tue, 23 Oct 2007 14:37:52 +0000 (14:37 +0000)
committerarjen <arjen>
Tue, 23 Oct 2007 14:37:52 +0000 (14:37 +0000)
doc/manual.xml

index 0403023..4f15d78 100644 (file)
@@ -6,7 +6,7 @@
 <!--
       Gnucomo - Gnu Computer Monitoring Tutorial
       Original author :  Peter Roozemaal
 <!--
       Gnucomo - Gnu Computer Monitoring Tutorial
       Original author :  Peter Roozemaal
-      Version         : $Revision: 1.1 $
+      Version         : $Revision: 1.2 $
 
       This document is prepared for XMLDoc. Transform to HTML,
       LaTeX, Postscript or plain text with XMLDoc utilities and
 
       This document is prepared for XMLDoc. Transform to HTML,
       LaTeX, Postscript or plain text with XMLDoc utilities and
@@ -397,6 +397,16 @@ scripts from the <code>src/web</code> and <code>src/phpclasses</code>
 directories into a directory accessible through the web server.
 On most Red Hat Linux systems, this is usually in
 <code>/var/www/html</code>.
 directories into a directory accessible through the web server.
 On most Red Hat Linux systems, this is usually in
 <code>/var/www/html</code>.
+One way to accomplish this is to create a subdirectory <code>gnucomo</code> under
+the Document Root of the webserver.
+The main gnucomo scripts go into this directory and the PHP class library can be copied
+either in a subdirectory <code>classes</code> or <code>../phpclasses</code>.
+Here's an example installation:
+<verbatim>
+  [gnucomo] # mkdir $DocumentRoot/gnucomo
+  [gnucomo] # cp src/web/* $DocumentRoot/gnucomo
+  [gnucomo] # cp -r src/phpclasses $DocumentRoot
+</verbatim>
 
 </para>
 </section>
 
 </para>
 </section>