SomeRandomGuys / fantasy_football_rails_app

A fantasy football application in Ruby on Rails, duh!
3 stars 1 forks source link

== Welcome to The Real Fantasy Football

  1. Ruby 1.9.3 Download here: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz OR sudo port install ruby19

  2. RubyGems Download here: http://rubyforge.org/frs/?group_id=126 OR sudo port install rb-rubygems

  3. Bundler sudo gem install bundler

  1. Clone this project git clone git@github.com:SomeRandomGuys/fantasy_football_rails_app.git

  2. Run bundler from root of the project bundle install

  3. Create database (Assuming postgres is correctly setup and is using default settings) rake db:schema:load

  4. Load seed data (League, Teams, Players etc.) rake db:seed

  5. Run development server from a terminal rails server

  6. Now you should have a running rails instance (APIs and the web app) http://localhost:3000/apidoc