Created
October 23, 2013 18:14
-
-
Save joshuaadrian/7123742 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
//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