this app is eventually gonna text people about tree permits near a given address
you need docker and docker-compose
- docker-compose build
- docker-compose up -d
it shows up on http://localhost:3000
initial import: docker-compose run sh rake import:initial
update import: docker-compose run sh rake import:update
convert city permits to Permits: docker-compose run sh rake fixup:permits
why the latter? Permit objects have a PostGIS location field that can be used for geospatial queries
docker-compose run dump pg_dump -Fc -f /dumps/$(date +%s).pgdump -U postgres -h psql treegram_development
restoring it is left as an exercise for the reader :P
I welcome contributions and pull requests! However, this isn't my job or anything so it may take some time for me to get to them.
Contributors are expected to abide by the Contributor Convenant as detailed in CODE_OF_CONDUCT.md
Join the #treegram channel on the Code for Miami chat: http://cfm-invite.herokuapp.com
ask bryce!