setup.sh 238 B

1234567
  1. #!/bin/bash
  2. sed -i 's|jdbc:mysql://.*:3306|jdbc:mysql://'"${DBHOST}"':3306|g' conf/application.conf
  3. rm -rf $RESIN_HOME/webapps/*
  4. $PLAY1_HOME/play war -o $RESIN_HOME/webapps/play1 --exclude benchmark_config
  5. $RESIN_HOME/bin/resinctl start