Skip to content

Instantly share code, notes, and snippets.

@dsummersl
Created June 4, 2016 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsummersl/8756548cf60c4ea5d82f86635deb6f2c to your computer and use it in GitHub Desktop.
Save dsummersl/8756548cf60c4ea5d82f86635deb6f2c to your computer and use it in GitHub Desktop.
To reset the databases completely:
bundle exec rake db:drop && rm -rf tmp && bundle exec rake db:create db:migrate && bundle exec foreman start
And build:
bundle exec rake publishers:download publishers:update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment