-
Notifications
You must be signed in to change notification settings - Fork 2
koha-restful
License
clrh/koha-restful
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Koha REST server ================ Installation notes: ------------------- Clone the repository: git clone git://git.biblibre.com/koha-restful.git $KOHA_REST Create symlinks into the Koha source directory ($KOHA_SRC): ln -s $KOHA_REST/Koha/REST $KOHA_SRC/Koha/ ln -s $KOHA_REST/opac/rest.pl $KOHA_SRC/opac/ # This one is optional. It contains unit tests. ln -s $KOHA_REST/t/rest $KOHA_SRC/t/ Important note: $KOHA_REST must be absolute path when creating symlinks. Copy the config directory into the Koha configuration directory ($KOHA_ETC). It's the one that contains koha-conf.xml after installation (It's usually at $KOHA_ETC/koha-conf.xml) cp -r $KOHA_REST/etc/rest $KOHA_ETC Install the following package: libcgi-application-dispatch-perl Documentation: -------------- To know the different webservices exposed, have a look to : $ perldoc opac/rest.pl Version information: -------------------- koha-restful has been tested with Koha 3.8, 3.10 and 3.14. However Koha 3.8 needs additional patches for koha-restful to fully function: http://bugs.koha-community.org/bugzilla3/buglist.cgi?quicksearch=7065 http://bugs.koha-community.org/bugzilla3/buglist.cgi?quicksearch=10185
About
koha-restful
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published