From 895711e1a36109e4a1ebfc6dfacee8840ed50e39 Mon Sep 17 00:00:00 2001 From: Sebastien Goasguen Date: Wed, 1 Jul 2015 16:20:00 +0200 Subject: [PATCH] Some users docs with a Vagrant setup --- docs/Vagrantfile | 57 +++++++++++++++ docs/vagrant.md | 185 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 242 insertions(+) create mode 100644 docs/Vagrantfile create mode 100644 docs/vagrant.md diff --git a/docs/Vagrantfile b/docs/Vagrantfile new file mode 100644 index 0000000..8f1f8e1 --- /dev/null +++ b/docs/Vagrantfile @@ -0,0 +1,57 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! +VAGRANTFILE_API_VERSION = "2" + +$consul=<