setup.sh 192 B

123456789
  1. #!/bin/bash
  2. fw_depends mysql java8 resin-java8 maven
  3. cd hello
  4. mvn clean compile war:war
  5. rm -rf $RESIN_HOME/webapps/*
  6. cp target/tapestry.war $RESIN_HOME/webapps/tapestry.war
  7. resinctl console