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
100644 14 lines (10 sloc) 0.593 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
 
For more details please see the following guide on GitHub:
http://github.com/guides/post-receive-hooks
 
And please, take a look at the source, that's what it's there for.