From 04402da472a3dd7698453a1561e332682c0b5c7e Mon Sep 17 00:00:00 2001 From: Thel Seraphim Date: Fri, 13 Mar 2015 18:08:26 -0700 Subject: [PATCH] added one-button build + run --- README.md | 6 ++++++ quickstart.sh | 5 +++++ 2 files changed, 11 insertions(+) create mode 100755 quickstart.sh diff --git a/README.md b/README.md index 84e9dc7..c13301a 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,9 @@ $ java -cp target/pronouns-standalone.jar clojure.main -m pronouns.web ``` Then browse to localhost:5000 + +You can also just run quickstart.sh which will do all of these things for you. Do it like this + +``` +$ ./quickstart.sh +``` diff --git a/quickstart.sh b/quickstart.sh new file mode 100755 index 0000000..9525b0c --- /dev/null +++ b/quickstart.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +lein uberjar +java -cp target/pronouns-standalone.jar clojure.main -m pronouns.web +open http://localhost:5000/ze/zir