Home

Awesome

digilib-logo

digilib - The Digital Image Library

Java build status Docker image status Join chat

digilib is a flexible image server and image viewing environment for the internet:

Check out all the details in the documentation.

How to run digilib (using Docker)

Requirements:

docker run --rm -p 8080:8080 robcast/digilib

Then open https://localhost:8080/digilib/digilib.html in your browser.

Please see the documentation on using the digilib Docker image.

How to build and run digilib (using Java)

Requirements:

git clone https://github.com/robcast/digilib.git
cd digilib
mvn jetty:run-exploded --projects frontend-jquery

Then open http://localhost:8080/digilib/digilib.html in your browser.

Please see the full build and install documentation.

digilib resources

Full documentation can be found on the digilib documentation pages.

What is digilib?