setup.sh 155 B

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