cfpb / grasshopper

CFPB's streaming batch geocoder
Creative Commons Zero v1.0 Universal
37 stars 13 forks source link

Fix Compose and Docs #188

Closed hkeeler closed 8 years ago

hkeeler commented 8 years ago

Fixes https://github.com/cfpb/grasshopper/issues/186

  1. Fixes several documentation issues, some general, others specific to this Compose fix. This should get us part of the way there for https://github.com/cfpb/grasshopper/issues/185.
    1. Removed broken links to "HMDA" and "QM". If someone wants to provide the links they'd like those to point to, we can get that fixed as part of this PR.
    2. Removed references to old addresspoints and census projects.
    3. Switch references of boot2docker to docker-machine.
    4. Instructions for loading test data.
  2. Fixes and improvements to Docker Compose setup.
  3. Mounts volume to parser codebase, and overrides gunicorn command, to support auto-build on change, similar to frontend setup.

Known Issue: With the switch to Docker Machine (and probably getting a newer version of boot2docker) the logspout container no longer starts. I created https://github.com/cfpb/grasshopper/issues/187 as a followup fix.