https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317
Andrew Isherwood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood@ptfs-europ | |e.com --- Comment #12 from Andrew Isherwood <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
