setup.sh 147 B

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