Skip to content

Instantly share code, notes, and snippets.

@pingles
Created May 29, 2014 10:31
Show Gist options
  • Save pingles/3bc1192377ef408b4f49 to your computer and use it in GitHub Desktop.
Save pingles/3bc1192377ef408b4f49 to your computer and use it in GitHub Desktop.
# 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