This project allows you to setup a Vagrant based Consul cluster on your local machine and to explore how Consul works.
To setup this example project you need the following tools on you machine:
Packer is used to create a specialised Vagrant box
to speed up the provisioning of the virtual machines.
Vagrant is used to run the virtual machines the Consul
cluster consists of.
curl is used to fetch all required Consul artifacts
from the Internet.
Please ensure that all three tools have been installed on your machine before you continue.
The setup of the Consul cluster has been tested only on Apple OS X.
- Package Ubuntu 14.04.1 for Vagrant as described
in the
readme.md
of the directory packaging. - Start the Consul cluster as described in the
readme.md
of the directoryvagrant
.