setup_postgresql.sh 180 B

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