setup_resin_postgresql.sh 177 B

123456789101112
  1. #!/bin/bash
  2. fw_depends java postgresql
  3. ./gradlew -x test
  4. export DBSTORE='postgresql'
  5. rm -rf $RESIN_HOME/webapps/*
  6. cp build/libs/ROOT.war $RESIN_HOME/webapps
  7. resinctl start