Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 668 Bytes

README.asciidoc

File metadata and controls

22 lines (15 loc) · 668 Bytes

SiteScout API Example Application

Configuration

Edit APIConnection, adding your API client ID (not your RTB login) and password. Edit AdvertiserKeyProducer with the advertiser identifier which you have access to. Install Wildfly 8 on your local machine. Ensure that it is available at (possibly symlinked) /opt/wildfly8/.

Deployment

From the command line:

./gradlew deploy

This will deploy your application initially, or redeploy it if any changes have been made. It can be run from within your IDE for easy development turnaround.