This service provides endpoints for tracking ad clicks, impressions, and conversions.
- vagrant (https://www.vagrantup.com/downloads.html)
- virtualbox (https://www.virtualbox.org/wiki/Downloads)
vagrant up
vagrant ssh
cd src
baseplate-serve2 example.ini --bind 0.0.0.0:9090 --reload --debug
Check to see that everything is working by hitting the health check.
curl localhost:9090/health
Vagrant is setup to forward 9090 on both guest and host so it should work from either place.
vagrant ssh -c "cd src; nosetests"
Please install the git hooks for development:
chmod +x hooks/*
cp hooks/* .git/hooks