Mercurial > hg > digilib
comparison README.md @ 1656:68f65786003e
Add jetty plugin to pom.xml and "mvn jetty:run" to README.md
author | Robert Casties <r0bcas7@gmail.com> |
---|---|
date | Mon, 20 Nov 2017 16:59:28 +0100 |
parents | 22dd14eccdc0 |
children | 28df291d4e26 |
comparison
equal
deleted
inserted
replaced
1654:22dd14eccdc0 | 1656:68f65786003e |
---|---|
31 `digilib` documentation can be found on the | 31 `digilib` documentation can be found on the |
32 [digilib documentation pages](https://robcast.github.io/digilib/) on GitHub | 32 [digilib documentation pages](https://robcast.github.io/digilib/) on GitHub |
33 or on [SourceForge](https://sourceforge.net/projects/digilib/) | 33 or on [SourceForge](https://sourceforge.net/projects/digilib/) |
34 | 34 |
35 * [Source code](https://github.com/robcast/digilib) | 35 * [Source code](https://github.com/robcast/digilib) |
36 * [Issue tracker](https://github.com/robcast/digilib/issues) | |
36 * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/) | 37 * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/) |
37 * Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/) | 38 * Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/) |
38 * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/) | 39 * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/) |
40 | |
41 ## How do I run digilib? | |
42 | |
43 Requirements: | |
44 * [git](https://git-scm.com/) | |
45 * [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) | |
46 * [Maven](https://maven.apache.org/) | |
47 | |
48 Build: | |
49 1. Clone the digilib repository | |
50 | |
51 `git clone https://github.com/robcast/digilib.git` | |
52 | |
53 2. Change to the repository | |
54 | |
55 `cd digilib` | |
56 | |
57 3. build and run the webapp in the embedded Jetty runtime for development | |
58 | |
59 `mvn jetty:run --projects webapp` | |
60 | |
61 and watch digilib at http://localhost:8080/digilib.html | |
62 | |
63 or follow the production build instructions in the on https://robcast.github.io/digilib/ |