Robin Sheat writes
sudo -u "library-koha" -H env PERL5LIB="/usr/share/koha/lib/" KOHA_CONF="/etc/koha/sites/library/koha-conf.xml" /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -a -b -r -v
Setting the KOHA_CONF enviroment sorted out my immediate issue.
where this presumes that you created a library called 'library'.
But these words suggested to me I had probably veered off the path that the righteous take to salvation. So I started again and used the Debian/koha way as much I could figure out how to do. I believe it was a success, zebra works on my installation to find bib items. After two days of sweat, here is a report on how easy it actually is http://openlib.org/home/krichel/courses/lis9012/doc/koha_installation.html You and Lars have done a phantastic job but it is less than phantastically documented. The page above is my humble attempt to contribute something that common mortals can follow. I will try to unleash this on a bunch of MSLIS students on Saturday. I will probably find some more things to tweak on the page. Thanks and cheers, Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel
Thomas Krichel schreef op wo 09-02-2011 om 21:31 [+0100]:
You and Lars have done a phantastic job but it is less than phantastically documented. The page above is my humble attempt to contribute something that common mortals can follow. I will try to unleash this on a bunch of MSLIS students on Saturday. I will probably find some more things to tweak on the page.
Cheers, glad it's working for you. There are a few things I would have done differently. My preferred method is documented here: http://wiki.koha-community.org/wiki/Setting_Up_Koha_in_Virtual_Environment_%... (or http://ur1.ca/365l6 ) This'll also remove a few steps you have. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
Robin Sheat writes
Cheers, glad it's working for you.
Well, now I am at the point where I would like to make my Z39.50 servers available on the Internet. I think I have to replace <listen id="biblioserver" >unix:/var/run/koha/library/bibliosocket</listen> <listen id="authorityserver" >unix:/var/run/koha/library/authoritysocket</listen> with <listen id="biblioserver" >tcp:@:9999</listen> <listen id="authorityserver" >tcp:@:9998</listen> in koha-conf.xml, but when I do that I still don't get a connection. root@fafner:/var/log/koha/library# telnet localhost 9999 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused Interstingly enough, the public searches on the opac still work, despite there being no socket in /var/run/koha/library. I must be missing something here... Thanks and cheers, Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel
http://koha-community.org/documentation/3-2-manual/?ch=x14852 can help you. sb On Feb 11, 2011, at 16:16 , Thomas Krichel wrote:
Robin Sheat writes
Cheers, glad it's working for you.
Well, now I am at the point where I would like to make my Z39.50 servers available on the Internet. I think I have to replace
<listen id="biblioserver" >unix:/var/run/koha/library/bibliosocket</listen> <listen id="authorityserver" >unix:/var/run/koha/library/authoritysocket</listen>
with
<listen id="biblioserver" >tcp:@:9999</listen> <listen id="authorityserver" >tcp:@:9998</listen>
in koha-conf.xml, but when I do that I still don't get a connection.
root@fafner:/var/log/koha/library# telnet localhost 9999 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
Interstingly enough, the public searches on the opac still work, despite there being no socket in /var/run/koha/library.
I must be missing something here...
Thanks and cheers,
Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Stefano Bargioni writes
http://koha-community.org/documentation/3-2-manual/?ch=x14852
J.9.2. Making Z39.50 Target Public references a line that I don't see in my configuration. I tried to create a separate public server by copying the configuration of the biblioserver and renaming it to publicserver, to no avail. Cheers, Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel
On 11 February 2011 16:16, Thomas Krichel <krichel@openlib.org> wrote:
Robin Sheat writes
Cheers, glad it's working for you.
Well, now I am at the point where I would like to make my Z39.50 servers available on the Internet. I think I have to replace
<listen id="biblioserver" >unix:/var/run/koha/library/bibliosocket</listen> <listen id="authorityserver" >unix:/var/run/koha/library/authoritysocket</listen>
with
<listen id="biblioserver" >tcp:@:9999</listen> <listen id="authorityserver" >tcp:@:9998</listen>
in koha-conf.xml, but when I do that I still don't get a connection.
root@fafner:/var/log/koha/library# telnet localhost 9999 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
Could there be a firewall or something blocking port 9999 for external connections? Just a thought... Regards, Magnus Enger libriotech.no
Magnus Enger writes
root@fafner:/var/log/koha/library# telnet localhost 9999 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
Could there be a firewall or something blocking port 9999 for external connections? Just a thought...
I doubt it because I am testing the server on the same machine, as you see from the 127.0.0.1, and I don't have a firewall installed. Thanks and cheers, Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel
participants (4)
-
Magnus Enger -
Robin Sheat -
Stefano Bargioni -
Thomas Krichel