Bug 7818: update miscellaneous installer scripts
authorGalen Charlton <gmc@esilibrary.com>
Fri, 23 Mar 2012 23:08:58 +0000 (19:08 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 9 Jun 2012 09:43:59 +0000 (11:43 +0200)
Teach a couple of the quick-install scripts about
DOM mode for bibs.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
install_misc/environment_Makefile.PL
install_misc/install_koha_on_fresh_debian

index 0d2e829..1eae0d1 100644 (file)
@@ -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
index d4b313b..6954277 100644 (file)
@@ -41,6 +41,7 @@ set -e
 : ${INSTALL_SRU:=yes}
 : ${INSTALL_PAZPAR2:=no}
 : ${AUTH_INDEX_MODE:=grs1}
+: ${BIB_INDEX_MODE:=grs1}
 
 : ${INSTALL_MODE:=standard}