Clone repository:
> git clone https://github.com/hw-labs/jackal-workshop
Change to new directory:
> cd jackal-workshop
Install the bundle:
> bundle install
Run the jackal:
> bundle exec jackal -c config.rb
\o/
Jackal will be listening on port 9999
. Lets make that accessible:
> ngrok http 9999
Copy address and add to GitHub webhook:
https://STUFF.ngrok.com/github
And push something to repo.
Create a requestbin: http://requestb.in
Open the custom.rb
file and update the
ENDPOINT_VALUE
with the new requestbin
value.
> jackal -c custom.rb
Push commit see output, refresh requestbin.