[Koha-cvs] koha/misc/zebra/usmarc zebra.cfg

Joshua Ferraro jmf at kados.org
Fri Mar 31 19:48:16 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/31 17:48:16

Modified files:
	misc/zebra/usmarc: zebra.cfg 

Log message:
	expanding the documentation on zebra.cfg, adding separate locations
	for the register and shadow files (will need to be edited by local
	sys admin)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/zebra/usmarc/zebra.cfg.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: koha/misc/zebra/usmarc/zebra.cfg
diff -u koha/misc/zebra/usmarc/zebra.cfg:1.5 koha/misc/zebra/usmarc/zebra.cfg:1.6
--- koha/misc/zebra/usmarc/zebra.cfg:1.5	Tue Mar 21 22:55:07 2006
+++ koha/misc/zebra/usmarc/zebra.cfg	Fri Mar 31 17:48:16 2006
@@ -2,12 +2,33 @@
 # a database with USMARC records for Koha
 # Joshua Ferraro < jmf at liblime dot com >
 #
+
+## EDIT TO MATCH YOUR LOCAL CONFIG
+# name of the database (should match koha.conf's zebradb entry)
+database: kohaplugin
+
+# Specifies the location of the various register files that Zebra               # uses to represent your databases. See:                                        #  http://indexdata.dk/zebra/doc/register-location.tkl
+
+register: /home/kohaplugin/register:4g
+
+# Enables the  safe update   facility of Zebra, and tells the system            # where to place the required, temporary files.
+shadow /home/kohaplugin/shadow:4g
+
+# Lock File Area
+lockDir: /home/kohaplugin/lock
+
+# Temp File area for result sets
+setTmpDir: /home/kohaplugin/tmp
+
+# Temp File area for index program
+keyTmpDir: /home/kohaplugin/tmp
+
+# Approx. Memory usage during indexing
+memMax: 400
+
 # Where are the config files located?
 profilePath: ${srcdir:-.}:/usr/share/idzebra/tab/
 
-# name of the database
-database: kohatest
-
 # set our encoding to utf-8
 encoding: UTF-8
 
@@ -27,9 +48,6 @@
 # records are stored internally
 storeData:1
 
-# Enable shadow registers
-#register: register:500M
-shadow shadow:4g
 # Approx. Memory usage during indexing
 memMax: 400
 
@@ -45,12 +63,3 @@
 recordType: grs.xml
 #iso2079.recordType:grs.marcxml.collection
 #recordTyle: grs.xml.collection
-
-# Lock File Area
-lockDir: lock
-
-# Temp File area for result sets
-setTmpDir: tmp
-
-# Temp File area for index program
-keyTmpDir: tmp





More information about the Koha-cvs mailing list