Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 881 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 881 Bytes

kaleidoscope

v0.0.3

Build Status Coverage Status

An IIIF image server.

See here for API details.

Debug Quickstart

Set environmental variables appropriately

./debug.sh

Docker Quickstart

Inject environmental variables appropriately at either buildtime or runtime

# docker build . -t kaleidoscope
# docker run -p 5000:80 kaleidoscope --name my_kaleidoscope

Endpoints

/

GET

Parameters

  • None

Returns

  • JSON: {"status": "Not broken!"}

Environmental Variables

  • None

Author

Brian Balsamo brian@brianbalsamo.com