Skip to content

cfitz/koha-restful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

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

About

koha-restful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%