From d95598a86f0f7e9b9db8eb3b1aa1d765bede4fc2 Mon Sep 17 00:00:00 2001 From: mathgl67 Date: Fri, 21 Feb 2014 21:19:44 +0100 Subject: Add a Vagrantfile to help lazy people to test Kanboard. --- Vagrantfile | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 Vagrantfile (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 00000000..b0189684 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,137 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! +VAGRANTFILE_API_VERSION = "2" + +$script = <