[][travis] [travis]: http://travis-ci.org/codeforamerica/alumni
The Code for America Alumni Network site. A Ruby on Rails application used to connect the Code for America Alumni.
You can see a running version of the application at http://alumni.codeforamerica.org/.
- Make sure the machine that you're using has Ruby 1.9.3 isntalled. We recommend using rbenv for Ruby version management.
- The latest version of "bundler" installed which can be installed by running
$ gem install bundler
git clone git://github.com/codeforamerica/alumni.git
cd alumni
bundle install
rake db:migrate
rake db:seed #seeds the database
rails server
Some TODO list items:
- Add a stories model for Alumni to submit stories
- On the home view randomly display a few stories
- About page
- Add News / Announcements
- Add an activity model when logged in can see other users updates
- OAuth using github
- Add interns?
See the contributing section for ways to contribute to this project.
Copyright (c) 2012 Code for America. See LICENSE for details.