Skip to content

Instantly share code, notes, and snippets.

@AdamSaleh
Created March 26, 2015 16:04
Show Gist options
  • Select an option

  • Save AdamSaleh/9b5ee4a3eabb5dbfcdea to your computer and use it in GitHub Desktop.

Select an option

Save AdamSaleh/9b5ee4a3eabb5dbfcdea to your computer and use it in GitHub Desktop.
git clone https://github.com/AdamSaleh/aerogear-unifiedpush-server-integration-tests
cd aerogear-unifiedpush-server-integration-tests
docker run --name unifiedpush -p 3306:3306 -e MYSQL_USER=unifiedpushing -e MYSQL_PASSWORD=unifiedpushing -e MYSQL_DATABASE=unifiedpush -e MYSQL_ROOT_PASSWORD=supersecret -d mysql
./gradlew --stacktrace test -Pprofile=wildfly8mysql -PupsDatasource=mysql -PmysqlUsername=unifiedpushing -PmysqlPassword=unifiedpushing test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment