summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-11 01:11:27 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-11 01:11:27 +0000
commit56d6effefea683e2f293b18955fa6dc9d4a6d757 (patch)
treeca39d60630d9eaeaa14f406492e60dddc5af9377
parentc77d5eb77aaaefcc957f08d97d61fcfc3baa5b45 (diff)
Update readme
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74cebf6..d472b47 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,10 @@ 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