From 4bd67191ada7b609c85ffba009088e24fbda17ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Fri, 21 Feb 2014 17:08:15 -0500 Subject: [PATCH] Update the FAQ, how to use Vagrant --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index a8a06db43..402f9178d 100644 --- a/README.markdown +++ b/README.markdown @@ -125,3 +125,10 @@ FAQ Desktop version of Mozilla Firefox, Safari and Google Chrome. +### How to test Kanboard with Vagrant? + +- Install Vagrant (http://www.vagrantup.com or apt-get install vagrant) +- Install VirtualBox (https://www.virtualbox.org/ or apt-get install virtualbox) +- Inside the root directory, run: vagrant up +- Go to http://localhost:8080/index.php +- Login with admin / admin