DevProgress / HillaryBNB

Home sharing app for Hillary Clinton supporters
Other
10 stars 13 forks source link

add missing docker steps to setup #67

Closed durka closed 8 years ago

durka commented 8 years ago

These seem to be necessary, at least on OSX.

durka commented 8 years ago

Should I also include docker-compose run shell bash -c 'bundle exec rake db:reset' to populate test data?

dsjoerg commented 8 years ago

thanks @durka !

regarding your second question, yes. however make it docker-compose run --rm shell bash -c 'bundle exec rake db:reset' with --rm so that the container is removed after the command completes.