sfbrigade / adopt-a-drain

A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
http://adoptadrain.sfwater.org/
BSD 3-Clause "New" or "Revised" License
44 stars 57 forks source link

Install failure #506

Closed jkoren closed 3 years ago

jkoren commented 3 years ago

I am trying to install Adopt-A-Drain for the City of Medford, MA. I have completed the installation steps, but am getting an error installing the seed data. bundle exec rake data:load_drains give me an error message:

rake aborted!
Don't know how to build task 'data:load_drains' (See the list of available tasks with `rake --tasks`)
Did you mean?  data:load_things
/Users/jeffkorenstein/.gem/ruby/2.6.3/gems/rake-13.0.0/exe/rake:27:in `<top (required)>'
(See full trace by running task with --trace)

I am running Ruby 2.6.3.

jkoren commented 3 years ago

I guess this is an error in the README.md. It looks like bundle exec rake data:load_drainsshould be bundle exec rake data:load_things.