Skip to content

Instantly share code, notes, and snippets.

@remoteur
Last active February 23, 2016 17:36
Show Gist options
  • Save remoteur/cd18dc319666450f6d00 to your computer and use it in GitHub Desktop.
Save remoteur/cd18dc319666450f6d00 to your computer and use it in GitHub Desktop.
rails_env
source $(rvm 2.2.2 do rvm env --path)
gem install bundler -v "~>1.8.4"
bundle install --without qpid:metric_fu
cp config/database.pg.yml config/database.yml
cp certs/v2_key.dev certs/v2_key
bin/rails db:environment:set RAILS_ENV=development
bundle exec rake evm:db:reset
bundle exec rake db:seed
bundle exec rake evm:start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment