Created
June 4, 2016 18:16
-
-
Save dsummersl/8756548cf60c4ea5d82f86635deb6f2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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