diff --git a/doc/adminguide.html b/doc/adminguide.html index 7b27ecc6..ff3ee35b 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -207,63 +207,26 @@ the default stack size. The command limit stacksize unlimited (for Read the according thread in the forum.
-
+ELOG is distributed in binary (executable) form for Windows platforms. It will run happily in +console mode (or "DOS box") under Windows 9x and ME. Under Windows NT and 2000 it is also +possible to run it as a service (the Windows equivalent of a UNIX daemon).
- ELOG is distributed in binary (executable) form for Windows platforms. It will run happily in console mode (or "DOS box") under Windows 9x and ME. Under Windows NT and 2000 it is also possible to run it as a service (the Windows equivalent of a UNIX daemon). -
-Download the latest elogxxx.exe file and execute it. The installer puts the ELOG system into a directory you specify and adds some menu
-shortcuts. With these shortcuts, the daemon elogd.exe can be started directly and the demo logbook can be accessed with the browser. Under Windows, the ports below 1024 can be used without restriction. So if no web server is running on the same PC the ELOG daemon listens under the standard
-Web port 80.
-
-The "-D" (daemon) command line option only works under UNIX. To start
-elogd as a service under Windows NT/2000, you can do one of the following :
-
-
srvany.exe and instsrv.exe from the Windows
-Resource Kit. If you don't have the Resource Kit, these programs can probably
-be downloaded from various places like this one. Then follow these steps:
--
-
INSTSRV ELogd %windir%\system32\srvany.exe+Download the latest
elogxxx.exe
+file and execute it. The installer puts the ELOG system into a directory you specify and adds
+some menu shortcuts. With these shortcuts, the daemon elogd.exe can be started directly and
+the demo logbook can be accessed with the browser. Alternatively, the elogd.exe daemon can
+be registered as a service under Windows NT/2000/XP, so it gets started automatically when windows boots.
+This can be selected during installation or be done manually with the start menu shortcuts.-
-
elogd file)
- elogd program gets started automatically
- on every reboot. You might have to change the account under the "Log On" tab to your account (NOT local system
- account), and enter your password twice.
--
elogd is not running, then start the FireDaemonUI application, and enter the following fields:
--
-Service name: ELogd -Service description: "Electronic Logbook Daemon" -Startup type: Automatic -Interact with desktop: off -Start immediately: on -Auto restart application: off -Application working directory: c:\program files\elog\ (or wherever you installed elog) -Application executable: c:\program files\elog\elogd.exe (or wherever you installed elogd.exe) --and keep the other options as they are. After pressing "OK" the daemon should be started immediately. -
+Under Windows, the ports below 1024 can be used
+without restriction. So if no web server is running on the same PC the ELOG daemon can
+be started under the standard Web port 80. This is achieved by changing the port=8080
+option in elogd.cfg to port=80 and restarting elogd.