diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 17:08:15 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 17:08:15 -0500 |
commit | 4bd67191ada7b609c85ffba009088e24fbda17ef (patch) | |
tree | d60489620ca5af75213a32fad3e26c5ebdf603fb /README.markdown | |
parent | babf3b17d96f7b96674a842d380a4f4fef7bfa91 (diff) |
Update the FAQ, how to use Vagrant
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index a8a06db4..402f9178 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 |