setup_jetty_mongodb.sh 203 B

1234567891011
  1. #!/bin/bash
  2. fw_depends java mongodb
  3. gradle/wrapper -x test
  4. nohup build/install/hexagon/bin/hexagon mongodb &
  5. #rm -rf $RESIN_HOME/webapps/*
  6. #cp build/libs/ROOT.war $RESIN_HOME/webapps
  7. #resinctl start