buda-base / buda-iiif-presentation

iiif presentation (collections and manifests) generation
Apache License 2.0
0 stars 0 forks source link

IIIF Presentation for the BUDA Platform

This repository contains a servlet generating manifests and collections for BDRC.

API

See API.md for the API.

Running

To serve locally:


mvn package
java -Dserver.port=8080 -Dspring.profiles.active=local -Diiifpres.configpath=src/main/resources -jar target/buda-iiif-presentation-exec.war

Ex:

This uses S3 to fetch a dimension.json file, using the default credential provider, make sure the correct environment vars / properties are set.

Copyright and License

All the code and API are Copyright (C) 2017-2020 Buddhist Digital Resource Center and are under the Apache 2.0 Public License.