setup.sh 204 B

12345678910
  1. #!/bin/bash
  2. fw_depends mysql java resin maven
  3. # The tests are broken on Java 9.
  4. mvn clean package -DskipTests
  5. rm -rf $RESIN_HOME/webapps/*
  6. cp target/activeweb.war $RESIN_HOME/webapps/
  7. resinctl console