Skip to content

Instantly share code, notes, and snippets.

@pingles
Created June 6, 2014 15:43
Show Gist options
  • Save pingles/ae66f794e076a0c5f7cd to your computer and use it in GitHub Desktop.
Save pingles/ae66f794e076a0c5f7cd to your computer and use it in GitHub Desktop.
Run bifrost
$ lein uberjar
$ java -Djava.io.tmpdir=/mnt/bifrost-tmp \
-Dlogback.configurationFile=/opt/uswitch/bifrost/etc/logback.xml \
-server \
-jar /opt/uswitch/bifrost/lib/*-standalone.jar \
--config /opt/uswitch/bifrost/etc/config.edn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment