added one-button build + run
This commit is contained in:
parent
d88f645e26
commit
04402da472
@ -41,3 +41,9 @@ $ java -cp target/pronouns-standalone.jar clojure.main -m pronouns.web
|
|||||||
```
|
```
|
||||||
|
|
||||||
Then browse to localhost:5000
|
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
|
||||||
|
```
|
||||||
|
5
quickstart.sh
Executable file
5
quickstart.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user