This application is designed to run on IronWorker from Iron.io and update a Mapbox vector tile set on a regular basis to power the frontend for ad-next.
-
Make sure latest version of
docker
withdocker-compose
is installed and launched -
Install latest version of Iron.io CLI
$ curl -sSL http://get.iron.io/cli | sh
-
Create
iron.json
for upload to iron.io. Useiron.json.sample
as template -
Create
payload.json
if you plan to test the tool locally. Usepayload.json.sample
as a template.
$ docker-compose run test
$ docker-compose run shell
Changes made on master
will be deployed automatically by Travis.
You should copy iron.json
to the updater folder before running this command.
$ docker-compose run deploy