Skip to content

Instantly share code, notes, and snippets.

@joshuaadrian
Created October 23, 2013 18:14
Show Gist options
  • Save joshuaadrian/7123742 to your computer and use it in GitHub Desktop.
Save joshuaadrian/7123742 to your computer and use it in GitHub Desktop.
//Which version of Ruby
ruby -v
//install bundles
bundle install
//install bundler
gem install bundler
//Database commands
rake db:create
rake db:migrate
rake db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment