setup.sh 284 B

1234567891011
  1. #!/bin/bash
  2. sed -i 's|mysql://.*:3306|mysql://'"${DBHOST}"':3306|g' hello/src/main/webapp/WEB-INF/resin-web.xml
  3. fw_depends mysql java resin maven
  4. cd hello
  5. mvn clean compile war:war
  6. rm -rf $RESIN_HOME/webapps/*
  7. cp target/tapestry.war $RESIN_HOME/webapps/tapestry.war
  8. resinctl start