About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
configuration:ils:examples:koharest_driver

This is an old revision of the document!


Configuring the KohaRest ILS Driver

Thanks to Mohan Pradhan for developing this documentation.

Configuring Vufind for single instance in Rest API

Go to $VUFIND_HOME/config/vufind. Copy the following files and move them into $VUFIND_LOCAL/DIR/config/vufind Directory as given below:

sudo cp /usr/local/vufind/config/vufind/KohaRest.ini /usr/local/vufind/local/config/vufind

Edit the KohaRest.ini file and provide the following information under [Catalog] section:

host = http://koha-server/api

Give your IP and port number, or hostname of your server. In our example:

http://182.93.84.138:8003/api 

The IP address or hostname may be different in your case.

Also provide the clientId and clientSecret fields generated in Koha patron side as shown below:

The entries in the clientid and clientSecret fields may be different in your case.

configuration/ils/examples/koharest_driver.1677271128.txt.gz · Last modified: 2023/02/24 20:38 by sturkel