[Koha-bugs] [Bug 14448] Hypnotoad and Nginx config for REST API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 24 10:33:59 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14448

--- Comment #2 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 40549
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40549&action=edit
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon.

After running make, the koha-api-daemon.sh -script should be in
../koha-dev/bin/koha-api-daemon.sh

Link it to the init-directory and set up upstart triggers:
..$ ln -s /home/koha/koha-dev/bin/koha-api-daemon.sh
/etc/init.d/koha-api-daemon
..$ update-rc.d koha-api-daemon defaults

Start hypnotoad:
..$ service koha-api-daemon start

Hypnotoad is now listening in 127.0.0.1:8080 and is preconfigured to be
production ready.

Hypnotoad config is in $KOHA_PATH/api/v1/hypnotoad.conf

For more info, read the koha-api-daemon.sh -service

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


More information about the Koha-bugs mailing list