Skip to content

Instantly share code, notes, and snippets.

@DiyahM
Created October 19, 2012 18:15
Embed
What would you like to do?
Thunderbolt Labs Newbie Script for New Rails Projects
set -e
gem install bundler
bundle install --binstubs bin
createuser -s -e replacemewithusername
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