[Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 12 00:59:55 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662

--- Comment #175 from David Cook <dcook at prosentient.com.au> ---
If you do want to use https://gitlab.com/koha-community/koha-testing-docker,
here are some steps for how to do it. 

I've actually found a couple issues which I will look at tidying up, but
thought I would post this anyway.

--

0. apt-get install libpoe-perl libpoe-component-jobqueue-perl librdf-trine-perl
librdf-query-perl
1. cd /kohadevbox/koha
2. perl installer/data/mysql/updatedatabase.pl

3. Download OAI-PMH configuration file from
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78583 as oai.yml in
/kohadevbox/koha

4. vi /etc/koha/sites/kohadev/koha-conf.xml
Add:
<oai_pmh_harvester_config>/kohadevbox/koha/oai.yml</oai_pmh_harvester_config>

5. echo 'flush_all' | nc memcached 11211
Ctrl + C to break out of nc request

6. koha-plack --restart kohadev
7. perl misc/harvesterd.pl --log-level DEBUG
8. perl misc/devel/create_superlibrarian.pl --userid tester --password retest
--branchcode CPL --categorycode S --cardnumber TESTER

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


More information about the Koha-bugs mailing list