Skip to content

Instantly share code, notes, and snippets.

@duggi
Created September 14, 2012 08:06
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 duggi/3720657 to your computer and use it in GitHub Desktop.
Save duggi/3720657 to your computer and use it in GitHub Desktop.
rails starter

the basic steps to running a rails app


  1. git clone rails app
  2. rvm it to correct ruby/rails
  3. setup config/database.yml
  4. bundle install
  5. rake db:create
  6. rake db:migrate
  7. rails server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment