Serves data.crossref.org
and id.crossref.org
by proxying requests to
the cayenne API at api.crossref.org
.
Ensure you have created and are running a docker machine:
docker-machine create --driver virtualbox default
docker-machine start default
eval "$(docker-machine env default)"
Run on local machine:
convox start
convox login grid.convox.com --password <YOUR_CONVOX_GRID_PASSWORD>
convox apps create cayenne-data
convox deploy