diff README.md @ 1658:28df291d4e26

Updated documentation. Updated build and install instructions to be simpler and hopefully more clear. Updated @funkyfuture's refactored configuration docs (still lots TODO). Added @funkyfuture's server-setup docu to menu. Renamed non-minified digilib-dbg.html to digilib-dev.html
author Robert Casties <r0bcas7@gmail.com>
date Mon, 20 Nov 2017 21:08:35 +0100
parents 68f65786003e
children a243eb5cc480
line wrap: on
line diff
--- a/README.md	Mon Nov 20 17:03:04 2017 +0100
+++ b/README.md	Mon Nov 20 21:08:35 2017 +0100
@@ -28,22 +28,22 @@
 
 ## Where can I get digilib?
 
-`digilib` documentation can be found on the 
-[digilib documentation pages](https://robcast.github.io/digilib/) on GitHub
-or on [SourceForge](https://sourceforge.net/projects/digilib/)
-
 * [Source code](https://github.com/robcast/digilib)
 * [Issue tracker](https://github.com/robcast/digilib/issues)
 * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/)
 * Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/)
 * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/)
 
+`digilib` documentation can be found on the 
+[digilib documentation pages](https://robcast.github.io/digilib/) on GitHub
+or on [SourceForge](http://digilib.sourceforge.net).
+
 ## How do I run digilib?
 
 Requirements:
 * [git](https://git-scm.com/)
-* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
-* [Maven](https://maven.apache.org/)
+* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) version 7 or later
+* [Maven](https://maven.apache.org/) version 3 or later
 
 Build:
 1. Clone the digilib repository
@@ -56,8 +56,8 @@
    
 3. build and run the webapp in the embedded Jetty runtime for development
  
-   `mvn jetty:run --projects webapp`
+   `mvn jetty:run-exploded --projects webapp`
    
-   and watch digilib at http://localhost:8080/digilib.html
+   and watch digilib at http://localhost:8080/digilib/digilib.html
 
-or follow the production build instructions in the on https://robcast.github.io/digilib/
+or follow the build and install instructions on the [documentation pages](https://robcast.github.io/digilib/).