-
Notifications
You must be signed in to change notification settings - Fork 5
Description
in a regular dev install, the Koha zebra definitions are kept in (for example) ~/koha-dev with the rest of the /etc type stuff.
With a package install, it's fine to keep the koha-conf in it's original location, but the zebra definitons are kept in /etc/koha/zebradb, and if we update a gitified install, those zebra definitions won't keep pace with git. For what it's worth, this is an issue with a regular git install as well - the solution for a regular git install is to symlink the things in ~/koha-dev/etc/zebradb to ~/kohaclone/etc/zebradb - it could be the same for a gitified package install - symlink the /etc/koha/zebradb to ~/kohaclone/etc/zebradb, so that when a git install is updated and reindexed using the package tools, the zebra definitions used will always be the newest ones.