Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 1, 2011
1 parent 8f97631 commit 09e2212
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 256 deletions.
256 changes: 0 additions & 256 deletions README

This file was deleted.

23 changes: 23 additions & 0 deletions README.rdoc
@@ -0,0 +1,23 @@
= rubycommitters.org

This is the source code for the rubycommitters.org website.

== Hacking

Ruby 1.9.2 is required!!!!

First clone the repo:

$ git clone git://github.com/tenderlove/rubycommitters.org.git
$ cd rubycommitters.org

Then import committer data

$ bundle install
$ rake import

Start your server

$ ruby script/rails server

Have fun hacking!

0 comments on commit 09e2212

Please sign in to comment.