need manual confirmation
Hello all, I have never done this before, but I got an email telling me to update this: $ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init on this page: http://manual.koha-community.org/3.12/en/resetzebra.html to this: $ sudo zebraidx -c /etc/koha/sites/*library*/zebra-authorities-dom.cfg -g iso2709 -d authorities init $ sudo zebraidx -c /etc/koha/sites/*library*/zebra-biblios.cfg -g iso2709 -d biblios init where *library* was the koha site (installation) name. Can I get some confirmation that this is how it is for everyone and not just a local setup thing? Nicole
Hi, On Mon, Jun 3, 2013 at 4:46 AM, Nicole Engard <nengard@gmail.com> wrote:
Can I get some confirmation that this is how it is for everyone and not just a local setup thing?
It's ultimately a local setup thing. The directories in the new version you were given conform to how the Debian packages lay things out, so it's a *common* local setup nowadays. However, the new version still isn't quite right for Debian packages, as the reset shouldn't be run as root but as the user that owns the Koha instance's files. I think the simplest thing to do would be teaching rebuld_zebra.pl how to reset the indexes, which in turn means that the documentation wouldn't have to cite the specific path to zebra-biblios.cfg and zebra-authorities.cfg. Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
This is what Jared recommended I do: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=ceca7766... Nicole On Mon, Jun 3, 2013 at 12:05 PM, Galen Charlton <gmc@esilibrary.com> wrote:
Hi,
On Mon, Jun 3, 2013 at 4:46 AM, Nicole Engard <nengard@gmail.com> wrote:
Can I get some confirmation that this is how it is for everyone and not just a local setup thing?
It's ultimately a local setup thing. The directories in the new version you were given conform to how the Debian packages lay things out, so it's a *common* local setup nowadays. However, the new version still isn't quite right for Debian packages, as the reset shouldn't be run as root but as the user that owns the Koha instance's files.
I think the simplest thing to do would be teaching rebuld_zebra.pl how to reset the indexes, which in turn means that the documentation wouldn't have to cite the specific path to zebra-biblios.cfg and zebra-authorities.cfg.
Regards,
Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
Nicole Engard schreef op ma 03-06-2013 om 13:03 [-0400]:
This is what Jared recommended I do: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=ceca7766...
This may still end up with permission errors on a packaged system. Galen's comment about having rebuild_zebra.pl being able to do this is the best method. We could also add it to koha-rebuild-zebra to make it easy for the packages. As an aside, probably the best way to do this at the moment with the packages would be to use koha-shell to get an environment set up for the particular Koha instance. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
On Mon, Jun 3, 2013 at 7:55 PM, Robin Sheat <robin@catalyst.net.nz> wrote:
Nicole Engard schreef op ma 03-06-2013 om 13:03 [-0400]:
This is what Jared recommended I do:
http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=ceca7766...
This may still end up with permission errors on a packaged system. Galen's comment about having rebuild_zebra.pl being able to do this is the best method. We could also add it to koha-rebuild-zebra to make it easy for the packages.
As an aside, probably the best way to do this at the moment with the packages would be to use koha-shell to get an environment set up for the
particular Koha instance.
Okay, that was mostly jibberish to me :) How (specifically) should I update the manual to make this clear? :) Nicole
participants (3)
-
Galen Charlton -
Nicole Engard -
Robin Sheat