New koha configuration file. Replaces koha.conf. Needs C4::Context.pm in head to...
authortgarip1957 <tgarip1957>
Sat, 13 May 2006 20:02:08 +0000 (20:02 +0000)
committertgarip1957 <tgarip1957>
Sat, 13 May 2006 20:02:08 +0000 (20:02 +0000)
This file now combines koha configuration and zebra configuration. Old koha.conf variable names are retained. They go between the tags <config>. 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 [new file with mode: 0644]

diff --git a/misc/koha.xml b/misc/koha.xml
new file mode 100644 (file)
index 0000000..4922282
--- /dev/null
@@ -0,0 +1,29 @@
+<yazgfs>
+<listen id="biblioserver" >tcp:@:9900</listen>
+<listen id="authorityserver">tcp:@:2100</listen>
+ <server id="biblioserver"  listenref="biblioserver"> 
+    <directory>e:\zebradbnew2</directory>
+     <config>c:\etc\zebra.cfg</config>
+<cql2rpn>c:\etc\pqf.properties</cql2rpn>
+  </server>
+  <server id="authorityserver"  listenref="authorityserver" > 
+    <directory>e:\zebradbnew</directory>
+ <cql2rpn>C:\etc\pqf.properties</cql2rpn>
+    <config>c:\etc\zebra.cfg</config>
+  </server>
+<config>
+<database>koha2</database>
+<hostname>localhost</hostname>
+<user>kohauser</user>
+<pass>kohapass</pass>
+<zebrauser>zebrauser</zebrauser>
+<zebrapass>zebrapass</zebrapass>
+<zebradb>default</zebradb>
+<authoritydb>default</authoritydb>
+<intranetdir>path/to/koha/intranet</intranetdir>
+<opacdir>path/to/koha/opac</opacdir>
+<opachtdocs>path/to/koha/opac/htdocs/opac-tmpl</opachtdocs>
+<intrahtdocs>path/to/koha/intranet/htdocs/intranet-tmpl</intrahtdocs>
+<includes>path/to/koha/intranet/htdocs/intranet-tmpl/default/en/includes/</includes>
+</config>
+ </yazgfs>
\ No newline at end of file