From 67ecfee77c370c4daba7091b66891cac447ec7d3 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 17 Feb 2005 12:11:32 +0000 Subject: [PATCH] *** empty log message *** SVN revision: 1214 --- doc/adminguide.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/adminguide.html b/doc/adminguide.html index 42ed0ac8..992a899f 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -55,19 +55,19 @@ together with the sample logbook will be installed under /usr/local/elo and the documentation goes to /usr/share/doc. The elogd startup script will be installed at /etc/rc.d/init.d/elogd. To start the daemon, enter -
    /etc/rc.d/init.d/elogd start
+
    /etc/rc.d/init.d/elogd start

It will listen under the port specified in /usr/local/elog/elogd.cfg which is 8080 by default. So one can connect using any browser with the URL: -

    http://localhost:8080
+
    http://localhost:8080

To start the daemon automatically, enter:

    chkconfig --add elogd
    chkconfig --level 345 elogd on -
+

which will start the daemon on run levels 3,4 and 5 after the next reboot.

@@ -75,6 +75,10 @@ Note that the RPM installation creates a user and group elog which the daemon runs.

+To start the daemon on non-RedHat systems, like SuSE or Solaris, a more generic +startup scrips has been provided by Steve Jones in the +Contributions section.

+


Installation from the tarball: