#
DocServerLite
DocServerLite allows you to provide access to your documentation via a web server.
Experimental Feature
The lite edition of this tool uses the document archive created using the DocExtract tool (see ZBDocuments)[ZBDocuments] instead of using a direct connection to the database. This allows to operate the document server standalone without any connection to the ZeeBORN system or ZeeBORN database.
#
Components of the DocServer lite
For the operation of the document server you need three files:
- DocServiceLite.exe - the Windows service that acts as a web server and gives access to the documentation via a web interface.
- DocService.cfg - the configuration file
- ZBDocuments.docarchive - the document archive created by the
DocExtracttool.
#
Installation
- Copy the files contained in the installation archive to a folder on the hard disk. After extracting the archive the folder must contain the 3 files mentioned above.
- Open file
DocService.cfginNotepadand set the value forhttpportto a suitable port. Default is8085but this could also be set to80if the DocService will be the only web server on the machine. If you want to use the service on a public accessible web server, it's highly recommended to put the DocService behind a reverse proxy. - Open the selected folder in the
Command PromptorWindows TerminalasAdministrator. Install the service with command
.\DocServiceLite.exe -installStart the service with
net start ZBDocServer
#
Testing the Installation
After the installation of the DocService you can test the function of the service by opening a web browser and navigating to http://localhost:8085 (or the port defined in DocService.cfg).
#
Deinstallation
The service can be uninstalled from an administrative command prompt with the following commands.
net stop ZBDocServer
.\DocServiceLite -uninstall
After deactivating the service, the folder containing the files can be deleted.