comparison README.md @ 1706:becaf1357e24

README for Docker hub and configuration options for container.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 18 Feb 2019 18:32:15 +0100
parents a243eb5cc480
children
comparison
equal deleted inserted replaced
1704:e2165510529a 1706:becaf1357e24
28 28
29 ## Where can I get digilib? 29 ## Where can I get digilib?
30 30
31 * [Source code](https://github.com/robcast/digilib) 31 * [Source code](https://github.com/robcast/digilib)
32 * [Issue tracker](https://github.com/robcast/digilib/issues) 32 * [Issue tracker](https://github.com/robcast/digilib/issues)
33 * [Docker images](https://hub.docker.com/r/robcast/digilib)
33 * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/) 34 * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/)
34 * Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/) 35 * Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/)
35 * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/) 36 * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/)
36 37
37 `digilib` documentation can be found on the 38 `digilib` documentation can be found on the
56 57
57 3. build and run the webapp in the embedded Jetty runtime for development 58 3. build and run the webapp in the embedded Jetty runtime for development
58 59
59 `mvn jetty:run-exploded --projects webapp` 60 `mvn jetty:run-exploded --projects webapp`
60 61
61 and watch digilib at http://localhost:8080/digilib/digilib.html 62 and open http://localhost:8080/digilib/digilib.html in your browser.
62 63
63 or follow the build and install instructions on the [documentation pages](https://robcast.github.io/digilib/). 64 or follow the build and install instructions on the [documentation pages](https://robcast.github.io/digilib/).