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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
configuration:ils:examples:koharest_driver [2023/02/24 20:42] – [Configuring Vufind for single instance in Rest API] sturkelconfiguration:ils:examples:koharest_driver [2023/02/28 19:11] (current) – [Configuring Vufind for single instance in Rest API] demiankatz
Line 5: Line 5:
 ===== Configuring Vufind for single instance in Rest API ===== ===== 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:+Go to **$VUFIND_HOME/config/vufind**. Copy the KohaRest.ini file into the **$VUFIND_LOCAL_DIR/config/vufind** directory as shown below:
  
 <code bash> <code bash>
Line 11: Line 11:
 </code> </code>
  
-Edit the KohaRest.ini file and provide the following information under [Catalog] section:+Edit the KohaRest.ini file and provide the following information under the [Catalog] section:
 <code bash> <code bash>
 host = http://koha-server/api host = http://koha-server/api
 </code> </code>
  
-Give your IP and port number, or hostname of your server. In our example: +Give your IP and port number, or the hostname of your server. In our example: 
  
 <code bash> <code bash>
Line 22: Line 22:
 </code> </code>
  
-The IP address or hostname may be different in your case.+The IP address or hostname will be different in your case. If you are using the standard default port 80 for HTTP or port 443 for HTTPS, you can omit the port number; e.g.:
  
-Also provide the clientId and clientSecret fields generated in Koha patron side as shown below:+<code bash> 
 +https://vufind.healthnet.org.np/api 
 +</code> 
 + 
 +Also provide the clientId and clientSecret fields generated in the Koha patron side as shown (see the earlier step [[configuration:ils:examples:koha_rest_plugin#create_a_client_id_and_secret_key_from_the_patrons_area|Creating Client ID/Secret]] for details) below:
  
 {{ :configuration:ils:examples:screenshot1.png?500 |}} {{ :configuration:ils:examples:screenshot1.png?500 |}}
Line 30: Line 34:
 {{ :configuration:ils:examples:screenshot2.png?500 |}} {{ :configuration:ils:examples:screenshot2.png?500 |}}
  
-The entries in the clientid and clientSecret fields may be different in your case. +The entries in the clientid and clientSecret fields will be different in your case.
- +
- +
- +
 ---- struct data ---- ---- struct data ----
 properties.Page Owner :  properties.Page Owner : 
 ---- ----
  
configuration/ils/examples/koharest_driver.1677271366.txt.gz · Last modified: 2023/02/24 20:42 by sturkel