expanding the documentation on zebra.cfg, adding separate locations
for the register and shadow files (will need to be edited by local sys admin)
This commit is contained in:
parent
0840184d25
commit
000e5acafd
1 changed files with 24 additions and 15 deletions
|
@ -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 @@ storeKeys:1
|
|||
# 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 @@ iso2709.recordType:grs.marcxml.record
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue