public
Description: A Post Receive HTTP Server template project for use with GitHub
Homepage:
Clone URL: git://github.com/raggi/github_post_receive_server.git
raggi (author)
Sat May 10 17:47:00 -0700 2008
commit  9d77857a9f9c0ae9e0a17b45e66972a300c02219
tree    e90704d1d209f49640865e7f5af7e5170e008120
parent  587d8ae98b3f40b20da3bab26549682a48895ab3
name age message
file .gitignore Sat May 10 17:25:23 -0700 2008 * A working template project for a rack based ... [raggi]
file LICENSE Sat May 10 17:25:23 -0700 2008 * A working template project for a rack based ... [raggi]
file README Loading commit data...
file Rakefile Sat May 10 17:45:46 -0700 2008 * Fixed nomenclature, just renamed everything ... [raggi]
file TODO Sat May 10 17:25:23 -0700 2008 * A working template project for a rack based ... [raggi]
directory bin/
directory lib/
directory spec/ Sat May 10 17:47:00 -0700 2008 * Fixed spec_helper for autotest [raggi]
README
GitHub Post Commit Server
=========================

This is a template server for using with the github callbacks. Extend it, make
it your own, enjoy it. I've added a rackup for those of you that would prefer
to use an evented server for this application. (It's kinda ideal in this case)

Sadly, the way rubygems packs up binaries, I will need some assistance making
the rackup work from the default binary install path.