Coder Social home page Coder Social logo

buda-iiif-server's Introduction

BUDA IIIF image server

The buda IIIF image server, based on hymir.

API

See API.md for a description of the API and the different ways to access an image.

Configuration

Two profiles are available : PROD or local, they can be customized in /src/main/resources/application.yml.

Configuring resolver for amazon S3 repository

Follow these instructions:

https://docs.aws.amazon.com/cli/latest/userguide/cli-config-files.html

Configuration files and configuration path

A config path should be set to indicate where to find iiifserv.properties and iiifserv-private.properties (see templates in the root dir of this repo).

In addition, a server-specific Spring config is passed in the application.yml file (see template in the root dir of this repo).

compile and run:

in the buda-iiif-server directory, run:

mvn clean package

then using your favorite port and profile (here 8080 and "local"), run:

java -Dserver.port=8080 -Dspring.profiles.active=local -Diiifserv.configpath=/your/config/path/ -Dspring.config.location=file:/your/spring/config/pathFor/application.yml -jar target/buda-hymir-1.0.0-SNAPSHOT-exec.jar

Note

You must implement de.digitalcollections.core.backend.impl.file.repository.resource.resolver.S3Resolver if you wish to use a different identifier format (see Bdrcs3Resolver for BDRC's identifer format).

https://www.qoppa.com/pdfwriter/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.