Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created August 30, 2013 17:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smerrill/6392242 to your computer and use it in GitHub Desktop.
Save smerrill/6392242 to your computer and use it in GitHub Desktop.
Download and run leiningen (for Clojure) in an OpenShift DIY cartridge.
HTTP_CLIENT="curl --insecure -f -L -o" LEIN_HOME=$OPENSHIFT_DATA_DIR/.lein LEIN_JVM_OPTS="-Duser.home=$OPENSHIFT_DATA_DIR" lein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment