Skip to content

Instantly share code, notes, and snippets.

@DiyahM
Created October 19, 2012 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DiyahM/3919747 to your computer and use it in GitHub Desktop.
Save DiyahM/3919747 to your computer and use it in GitHub Desktop.
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