http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7613 Srdjan Jankovic <srdjan@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|gmcharlt@gmail.com |srdjan@catalyst.net.nz --- Comment #1 from Srdjan Jankovic <srdjan@catalyst.net.nz> --- Created attachment 8194 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8194&action=edit patch In order to set this up following things need to be done: * create a config file as described in misc/bin/connexion_import_daemon.pl * start misc/bin/connexion_import_daemon.pl (help message provided) - it could be done on the command line, or a startup script (not provided) * misc/cronjobs/import_webservice_batch.pl can be started from the command line A sample config: # --- BOF --- host: oclc.mykoha.com port: 8000 user: kohauser password: whatever koha: http://librarian.mykoha.com matcher: ISBN # --- EOF --- Any questions welcome. -- You are receiving this mail because: You are watching all bug changes.