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:kohailsdi_driver

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
configuration:ils:examples:kohailsdi_driver [2023/03/20 17:10] – created demiankatzconfiguration:ils:examples:kohailsdi_driver [2023/04/24 16:58] demiankatz
Line 1: Line 1:
-====== Configuring the KohaRest ILS Driver ======+====== Configuring the KohaILSDI ILS Driver ====== 
 + 
 +// Thanks to Mohan Pradhan for developing this documentation. // 
 + 
 +=====Configuring VuFind for single instance in ILSDI=====  
 + 
 +Copy the KohaILSDI.ini default configuration file from **$VUFIND_HOME/config/vufind** into the **$VUFIND_LOCAL_DIR/config/vufind** directory. For example: 
 + 
 +<code bash> 
 +cp $VUFIND_HOME/config/vufind/KohaILSDI.ini $VUFIND_LOCAL_DIR/config/vufind 
 +</code> 
 + 
 +Edit the file **KohaILSDI.ini** and input the following information under the **[Catalog]** section: 
 +<code bash> 
 +host = ip or url 
 +port = 3306 
 +username = User created in MariaDB  server 
 +password = password given while creating user in MariaDB server 
 +database = name of database of koha 
 +</code> 
 + 
 +Example: 
 + {{ :configuration:ils:examples:koha_ilsdi.png |}} 
 + 
 +The ip, username, password, database and url will be different in your case. 
 + 
 +We are using port 3306 in our example. You can check your port number with the command:  
 +<code bash> 
 +telnet KohaSeverIP 3306 
 +</code> 
 + 
 +If it is successful, you will see something like this: 
 + 
 +{{ :configuration:ils:examples:telnet_example.png |}} 
 + 
 +Note: In our example, the ip address is 10.100.30.217. Your ip will be different. 
 +  
 +If it is unsuccessful, you will have to enable remote access to your Mariadb/MySQL database. The procedure is given on  [[https://webdock.io/en/docs/how-guides/database-guides/how-enable-remote-access-your-mariadbmysql-database|this page]].
  
-:!: Details coming soon. 
 ---- struct data ---- ---- struct data ----
 properties.Page Owner :  properties.Page Owner : 
 ---- ----
  
configuration/ils/examples/kohailsdi_driver.txt · Last modified: 2024/02/28 18:46 by demiankatz