[Koha-bugs] [Bug 8773] Add per-instance koha-index-daemon in .deb setup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 3 03:30:26 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8773

wajasu <matted-34813 at mypacks.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12293|0                           |1
        is obsolete|                            |
  Attachment #12294|0                           |1
        is obsolete|                            |

--- Comment #8 from wajasu <matted-34813 at mypacks.net> ---
Created attachment 12654
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12654&action=edit
0001-SIGNED-OFF-Bug-8773-Start-per-instance-koha-index-daemon in .deb setup

I built a fresh debian squeeze, that only had mysql and apache.
I downloed the
http://es.koha-community.org/kc_files/koha-common_3.9.0-046~git+20120917191354.7807a548_all.deb 
and scp'ed it to the debian VM in /.

I alreadu had the koha-community squeeze main    in sources.list

As root did:
apt-get update
apt-get -f install
dpkg -i  /koha-common_3.9.0-046~git+20120917191354.7807a548_all.deb
 (I got a lot mof missing dependecies reported and a n error at the end)

ethyian noted that dpkg doesn't install those, so i just did:

apt-get -f install
and answered Yes. and watched all of them get installed, including koha-common
which installed without a hitch.

zebra and indexer services were started.

I created a db instance and the web installer complained about
Template::Plugin::HtmlToText  not being installed (reqd), but that is recent
and should not fail this patch.

Possibly improvements to note:
The indexer will respawn every 30 seconds generating entries in its log file. 
Once the index is rebuilt the indexer is happy. But that could be noted with
install instructions.

Nice job!

wajasu

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list