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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
configuration:ils:examples:kohailsdi_driver [2023/03/24 16:23] sturkelconfiguration:ils:examples:kohailsdi_driver [2023/04/24 17:00] – [Configuring VuFind for single instance in ILSDI] demiankatz
Line 1: Line 1:
-====== Configuring the KohaRest ILS Driver ======+====== Configuring the KohaILSDI ILS Driver ======
  
 // Thanks to Mohan Pradhan for developing this documentation. // // Thanks to Mohan Pradhan for developing this documentation. //
Line 5: Line 5:
 =====Configuring VuFind for single instance in ILSDI=====  =====Configuring VuFind for single instance in ILSDI===== 
  
-Go to **$VUFIND_HOME/confing/vufind**.  Copy the following files and move them into the **$VUFIND_LOCAL/config/vufind** directory:+Copy the KohaILSDI.ini default configuration file from **$VUFIND_HOME/config/vufind** into the **$VUFIND_LOCAL_DIR/config/vufind** directory. For example: 
 <code bash> <code bash>
-cp /usr/local/vufind/config/vufind/KohaILSDI.ini  /usr/local/vufind/local/config/vufind+cp $VUFIND_HOME/config/vufind/KohaILSDI.ini $VUFIND_LOCAL_DIR/config/vufind
 </code> </code>
  
-Edit the file **KohaI.ini** and input the following information under the **[Catalog]** section:+Edit the file **KohaILSDI.ini** and input the following information under the **[Catalog]** section:
 <code bash> <code bash>
 host = ip or url host = ip or url
Line 33: Line 34:
 {{ :configuration:ils:examples:telnet_example.png |}} {{ :configuration:ils:examples:telnet_example.png |}}
  
-Note: In our example, the ip address is 10.100.30.217. Your ip will be different.+Note: In our example, the ip address is 182.93.84.137. 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]].+If it is unsuccessful (e.g. the telnet session times out or has its connection refused), you will have to enable remote access to your Mariadb/MySQL database. The procedure is given in this article: [[https://webdock.io/en/docs/how-guides/database-guides/how-enable-remote-access-your-mariadbmysql-database|How to enable Remote access to your MariaDB/MySQL database]].
  
 ---- struct data ---- ---- struct data ----
configuration/ils/examples/kohailsdi_driver.txt · Last modified: 2024/02/28 18:46 by demiankatz