[Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 3 18:37:31 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew.isherwood at ptfs-europ
                   |                            |e.com

--- Comment #12 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Installing the Dummy ILL connector
==================================

The Dummy connector returns canned responses to search requests and should be
used for basic testing of ILL functionality.

INSTALL
-------
- Change to the correct directory:
  cd <your_Koha_root_directory>/Koha

- If the 'Illbackends' directory does not exist, create it:
  mkdir Illbackends

- Change to the backends directory:
  cd Illbackends

- Clone the Dummy connector repository:
  git clone https://github.com/a-sassmannshausen/Dummy

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list