X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=install_misc%2Fenvironment_Makefile.PL;h=1eae0d1b61e300bdd129197598667554c1329fa8;hb=4c709c600799392eae67f715cff1b5a2e574c042;hp=07dfb0c9b36ba8768a06ae43b2a159e1b2e1ef68;hpb=082ed86beb32651ea4e3c3f0112d1b2ae2f8232b;p=koha_fer diff --git a/install_misc/environment_Makefile.PL b/install_misc/environment_Makefile.PL index 07dfb0c9b3..1eae0d1b61 100644 --- a/install_misc/environment_Makefile.PL +++ b/install_misc/environment_Makefile.PL @@ -8,12 +8,20 @@ # TODO: add explainations from the installer ? -export PERL_MM_USE_DEFAULT=1 -export KOHA_USER='koha' -export KOHA_GROUP='koha' +export PERL_MM_USE_DEFAULT=1 # makes the environment variables work +export KOHA_USER='koha' # unix account used by zebra +export KOHA_GROUP='koha' # unix group used by zebra # default root to install config files -export DESTDIR=$HOME +export DESTDIR=$HOME # here would be koha configuration, logs and zebra base + +# The installer tries to guess what's your ip address and your hostname +# if you plan to use koha with vhosts strategy or run koha on a recent linux +# guesses won't be appropriate: edit by yourself +# If you plan to use vhosts, you have to edit the koha-httpd.conf file +# anyway :( +export WEBSERVER_HOST=EDITME +export WEBSERVER_IP=EDITME # from now, commented export directives are alternatives # uncomment one of them to choose it @@ -41,11 +49,16 @@ export DB_TYPE=mysql export DB_HOST='localhost' export DB_NAME='koha' + +# /!\ concider changing password if you don't want +# some script kiddies to crack you koha server export DB_USER='kohaadmin' 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 @@ -53,6 +66,8 @@ export ZEBRA_MARC_FORMAT=marc21 #export ZEBRA_LANGUAGE=fr export ZEBRA_LANGUAGE=en +# /!\ concider changing password if you don't want +# some script kiddies to crack you koha server export ZEBRA_USER='kohauser' export ZEBRA_PASS='zebrastripes' export ZEBRA_SRU_HOST='localhost'