Home - camptocamp/github-app-geo-project GitHub Wiki
Welcome to github-app-geo-project
This project will provide a structure to host GitHub Applications.
He will be split on tree part:
- One web server that will:
- Provide a user interface
- Receive the WebHook from GitHub and fill a queue with them
- One demon process
process-queue
that will consume the queue, he will do most of the job :-) - One command
send-event
that will fill the queue with events, this is to by able to trigger periodic tasks
The application is structured with modules.
Index:
- Application:
- Project:
- Modules:
- Development: