https://github.com/norm/github-receiver
Small daemon process to receive github post-receive hooks
https://github.com/norm/github-receiver
Last synced: 5 months ago
JSON representation
Small daemon process to receive github post-receive hooks
- Host: GitHub
- URL: https://github.com/norm/github-receiver
- Owner: norm
- Created: 2009-08-05T09:16:53.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-08-09T22:43:11.000Z (almost 17 years ago)
- Last Synced: 2025-07-21T05:02:18.842Z (11 months ago)
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
github receiver
===============
A small script to receive github post-receive hooks, update checkouts and run
actions after github repositories are committed to.
Used either as a stand-alone server process run from the command-line, or as a
CGI script from a normal web server.
Requirements:
* perl 5.10
* CPAN module [Modern::Perl][modern-perl]
* CPAN module [HTTP::Server::Simple][http-server] (for the standalone
server mode)
Usage information of the script is available by running "perldoc receiver".
More information on the post-receive web hook is available
[on github][post-receive].
[modern-perl]:http://search.cpan.org/dist/Modern-Perl/lib/Modern/Perl.pm
[http-server]:http://search.cpan.org/dist/HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
[post-receive]:http://github.com/guides/post-receive-hooks