Set up local development environment

Prerequisites

Steps to set up a local development environment

  1. Clone the code:
$ git clone --recurse-submodules https://gitlab.com/consensus.enterprises/aegir/aegir-webhooks-dev-vm
  1. Change directory into the cloned code:
$ cd aegir-webhooks-dev-vm
  1. Provision local Aegir server VM:
$ vagrant up aegir

Next, you can run webhook tests locally.