0.3.3 • Published 12 years ago
gitlab-pull-webhook v0.3.3
Introduction
It listens to gitlab webhook push events and pulls repositories configured in config.js. Currently, it runs on GNU/Linux and BSD OSes only, and it can only run in a startup script for now.
Build & Runtime Dependencies
- nodejs >= 0.10.x
- npm >= 1.4.x
Installation on ubuntu
cd any-installation-dirsudo git clone gitlab-pull-webhook-urlcd gitlab-pull-webhooksudo npm installsudo npm install -g gulpsudo gulp install-ubuntu- Copies config.js into the directory specified by configDir.js
- Copies 'gitlab-pull-webhook' startup script to /etc/init
sudo start gitlab-pull-webhookstarts the startup script manually