From 584836d680e0c34a7afe155aa55e02200cf97672 Mon Sep 17 00:00:00 2001 From: tgarip1957 Date: Sat, 13 May 2006 20:02:08 +0000 Subject: [PATCH] New koha configuration file. Replaces koha.conf. Needs C4::Context.pm in head to work. This file now combines koha configuration and zebra configuration. Old koha.conf variable names are retained. They go between the tags . Do not change the tag names for zebra part. Use zebrasrv -f /etc/koha.xml to start your server. The virtual server configuration details can be found in YAZ documentation --- misc/koha.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 misc/koha.xml diff --git a/misc/koha.xml b/misc/koha.xml new file mode 100644 index 0000000000..4922282a23 --- /dev/null +++ b/misc/koha.xml @@ -0,0 +1,29 @@ + +tcp:@:9900 +tcp:@:2100 + + e:\zebradbnew2 + c:\etc\zebra.cfg +c:\etc\pqf.properties + + + e:\zebradbnew + C:\etc\pqf.properties + c:\etc\zebra.cfg + + +koha2 +localhost +kohauser +kohapass +zebrauser +zebrapass +default +default +path/to/koha/intranet +path/to/koha/opac +path/to/koha/opac/htdocs/opac-tmpl +path/to/koha/intranet/htdocs/intranet-tmpl +path/to/koha/intranet/htdocs/intranet-tmpl/default/en/includes/ + + \ No newline at end of file -- 2.39.2