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

CSS formatting missing in develop #509

Open jkoren opened 3 years ago

jkoren commented 3 years ago

I followed install directions below and when I run from localhost the CSS is missing. See screenshot. Strangely, when I push to heroku, the CSS is working on the heroku instance.

git clone git://github.com/sfbrigade/adopt-a-drain.git
cd adopt-a-drain
bundle install

bundle exec rake db:create
bundle exec rake db:schema:load

..(I didn't do anything with Docker)..

rails server
bundle exec rake data:load_drains

missing css: image