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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 14 21:15:53 CEST 2018


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

--- Comment #181 from David Cook <dcook at prosentient.com.au> ---
Kohadevbox setup instructions:

1. apt-get install libpoe-perl libpoe-component-jobqueue-perl librdf-trine-perl
librdf-query-perl
2. In your browser, go to localhost:8081 and run web installer
3. cd /home/vagrant/kohaclone
4. sudo koha-shell kohadev -c "perl installer/data/mysql/updatedatabase.pl"
5. Download OAI-PMH configuration file from
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78583 as oai.yml in
/home/vagrant/kohaclone
6. sudo vi /etc/koha/sites/kohadev/koha-conf.xml
Add the following before </config>:
<oai_pmh_harvester_config>/home/vagrant/kohaclone/oai.yml</oai_pmh_harvester_config>
7. restart_all 
8. sudo koha-shell kohadev -c "perl misc/harvesterd.pl --log-level DEBUG"

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


More information about the Koha-bugs mailing list