From: Galen Charlton Date: Fri, 23 Mar 2012 23:08:58 +0000 (-0400) Subject: Bug 7818: update miscellaneous installer scripts X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=f3e516011181b4a850610b66d952ea1120a0dd90 Bug 7818: update miscellaneous installer scripts Teach a couple of the quick-install scripts about DOM mode for bibs. Signed-off-by: Galen Charlton Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain --- diff --git a/install_misc/environment_Makefile.PL b/install_misc/environment_Makefile.PL index 0d2e829092..1eae0d1b61 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 d4b313bc39..6954277d5f 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}