From d95598a86f0f7e9b9db8eb3b1aa1d765bede4fc2 Mon Sep 17 00:00:00 2001 From: mathgl67 Date: Fri, 21 Feb 2014 21:19:44 +0100 Subject: [PATCH] Add a Vagrantfile to help lazy people to test Kanboard. --- .gitignore | 5 ++ Vagrantfile | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+) create mode 100644 Vagrantfile diff --git a/.gitignore b/.gitignore index f3b71811a..e14d545cd 100644 --- a/.gitignore +++ b/.gitignore @@ -40,5 +40,10 @@ Thumbs.db *.lock *.out +# Vagrant # +########### + +.vagrant + # App specific # ################ diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 000000000..b01896846 --- /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 = <