Steven --
If you do:
ps -ef |grep zebra
you should find if zebra (or zebraqueue) is already running. Look in your installation for koha-zebra-ctl.sh and koha-zebraqueue-ctl.sh. They do what you'd expect, control zebrasrv and zebraqueue. You can find the logs for zebra in the locations specified by those files in the lines similar to:
LOGDIR=/home/atz/koha/log
ERRLOG=$LOGDIR/koha-zebradaemon.err
If you have loaded any records, run:
misc/migration_tools/rebuild_zebra.pl
It will reply with intelligible details on available options you might use. After that, with zebrasrv running, you should get results in OPAC, or else important error messages in your error log.
--Joe Atzberger,
LibLime
On Wed, May 28, 2008 at 1:53 PM, Steven Owley <
steveno@ohionet.org> wrote:
Hello everyone,
If I follow the Koha 3 beta INSTALL file's instructions, I am left wondering whether Zebra is set up and ready to go, or if there is more to do. I can't seem to find any docs on this.
Does anyone point me to "what's next" with regard to Zebra on K3b?
Also, does Zebra require a startup script in init.d if I want to run it daemonized, or is it already configured to start up that way?