setup.sh 160 B

12345678
  1. #!/bin/bash
  2. fw_depends java7 resin maven
  3. mvn clean compile war:war
  4. rm -rf $RESIN_HOME/webapps/*
  5. cp target/servlet-dsl.war $RESIN_HOME/webapps/
  6. resinctl start