datamade / scrapers-us-municipal

Scrapers for US municipal governments.
MIT License
10 stars 8 forks source link

update url for ocdapi url #46

Closed fgregg closed 4 years ago

fgregg commented 4 years ago

this updates the ocd api url in pupa_settings to the dockerized version.

fgregg commented 4 years ago

the ocd api was a pain, since it was not possible to have the right version of postgis installed and the version of gdal that we need for django 2.0

i resolved this problem by making a dockerized version of the DB we used for ocd api

hancush commented 4 years ago

@fgregg How did you set up the container? Manually? Might be nice to have it configured in a Compose file.

fgregg commented 4 years ago

it's all done under VC in https://github.com/datamade/api.opencivicdata.org

hancush commented 4 years ago

Oh, nice! TY!