summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-14 16:39:31 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-14 16:39:31 +0000
commit3d083721797b0bfca86c5051536e56fb3d04c717 (patch)
treee2c3d1e32e01bc0eefbe301c80736c199a947b69
parentbecf2651ead28fe5f7ee0e5cbab7eacc53b66302 (diff)
parent2199526cb41b6099378ad0a01633ba9bdd567dd5 (diff)
Merge remote-tracking branch 'origin/readme'
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2bb9a0..9299d28 100644
--- a/README.md
+++ b/README.md
@@ -15,4 +15,18 @@ Listens for GitLab messages announcing pushes to repositories
/git/merge
Listens for GitLab messages announcing merge requests
-Uses Spring MVC and SpringBoot
+Run 'mvn clean install' to build
+
+To run:
+
+java -Djava.security.egd=file:/dev/./urandom -jar target/blaears-0.0.1-SNAPSHOT.jar
+
+urandom option seems to be necessary as the default /dev/random runs out
+of entropy and results in very long statup times
+
+Libraries
+---------
+SpringBoot
+Spring MVC
+Log4J
+Jackson