Created
May 29, 2014 10:31
-
-
Save pingles/3bc1192377ef408b4f49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# you can run directly with leiningen: | |
$ lein run -- --config ./etc/config.edn | |
# or, build an uberjar | |
$ lein uberjar | |
$ java -Dlogback.configurationFile=./etc/logback.xml -cp "target/*-standalone.jar" uswitch.blueshift.main --config ./etc/config.edn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment