1 # this file provides environment variables to use perl Makefile.PL
2 # without interactive mode. it can be seen as config file.
5 # source environment_Makefile.PL &&
9 # TODO: add explainations from the installer ?
11 export PERL_MM_USE_DEFAULT=1
12 export KOHA_USER='koha'
13 export KOHA_GROUP='koha'
15 # default root to install config files
16 #export INSTALL_BASE=/etc/koha
18 # from now, commented export directives are alternatives
19 # uncomment one of them to choose it
21 #export INSTALL_MODE=dev
22 #export INSTALL_MODE=single
23 export INSTALL_MODE=standard
26 #export INSTALL_SRU=yes
28 export INSTALL_ZEBRA=yes
29 #export INSTALL_ZEBRA=no
31 export INSTALL_PAZPAR2=no
32 #export INSTALL_PAZPAR2=yes
34 export RUN_DATABASE_TESTS=no
35 #export RUN_DATABASE_TESTS=yes
37 export PATH_TO_ZEBRA=''
42 export DB_HOST='localhost'
44 export DB_USER='kohaadmin'
45 export DB_PASS='katikoan'
47 export AUTH_INDEX_MODE=grs1
48 #export AUTH_INDEX_MODE=dom
50 #export ZEBRA_MARC_FORMAT=unimarc
51 export ZEBRA_MARC_FORMAT=marc21
53 #export ZEBRA_LANGUAGE=fr
54 export ZEBRA_LANGUAGE=en
56 export ZEBRA_USER='kohauser'
57 export ZEBRA_PASS='zebrastripes'
58 export ZEBRA_SRU_HOST='localhost'
59 export ZEBRA_SRU_BIBLIOS_PORT='9998'
60 export ZEBRA_SRU_AUTHORITIES_PORT='9999'
62 export MERGE_SERVER_HOST='localhost'
63 export MERGE_SERVER_PORT='11001'
64 export PAZPAR2_HOST='localhost'
65 export PAZPAR2_PORT='11002'