setup.sh 209 B

12345678910
  1. #!/bin/bash
  2. fw_depends mysql java resin leiningen
  3. cd hello
  4. lein clean
  5. lein ring uberwar
  6. rm -rf $RESIN_HOME/webapps/*
  7. cp target/hello-compojure-standalone.war $RESIN_HOME/webapps/compojure.war
  8. resinctl start