Created
July 6, 2012 13:04
-
-
Save horaotoko/3060053 to your computer and use it in GitHub Desktop.
5Thanks setup
This file contains 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
cd 5Thanks | |
rvm use 1.9.2 | |
gem install bundler | |
bundle | |
rake db:migrate | |
rails s | |
localhost:3000 | |
______________ | |
gem 'devise', '2.0.4' | |
bundle install --without=production:test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment