[Koha-patches] [PATCH 2/6] bug 7818: update miscellaneous installer scripts

Galen Charlton gmc at esilibrary.com
Mon Mar 26 07:44:43 CEST 2012


Teach a couple of the quick-install scripts about
DOM mode for bibs.

Signed-off-by: Galen Charlton <gmc at esilibrary.com>
---
 install_misc/environment_Makefile.PL      |    2 ++
 install_misc/install_koha_on_fresh_debian |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/install_misc/environment_Makefile.PL b/install_misc/environment_Makefile.PL
index 0d2e829..1eae0d1 100644
--- a/install_misc/environment_Makefile.PL
+++ b/install_misc/environment_Makefile.PL
@@ -57,6 +57,8 @@ export DB_PASS='katikoan'
 
 export AUTH_INDEX_MODE=grs1
 #export AUTH_INDEX_MODE=dom
+export BIB_INDEX_MODE=grs1
+#export BIB_INDEX_MODE=dom
 
 #export ZEBRA_MARC_FORMAT=unimarc
 export ZEBRA_MARC_FORMAT=marc21
diff --git a/install_misc/install_koha_on_fresh_debian b/install_misc/install_koha_on_fresh_debian
index d4b313b..6954277 100644
--- a/install_misc/install_koha_on_fresh_debian
+++ b/install_misc/install_koha_on_fresh_debian
@@ -41,6 +41,7 @@ set -e
 : ${INSTALL_SRU:=yes}
 : ${INSTALL_PAZPAR2:=no}
 : ${AUTH_INDEX_MODE:=grs1}
+: ${BIB_INDEX_MODE:=grs1}
 
 : ${INSTALL_MODE:=standard}
 
-- 
1.7.2.5



More information about the Koha-patches mailing list