diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-02 21:53:48 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-02 21:53:48 -0500 |
commit | c8714c01a4268f6aba4abe0461488e6c5b9df6ac (patch) | |
tree | c1e7922c9c0fce9a6a068c3e73e2aa6da7a9d230 /docs/vagrant.markdown | |
parent | 1e9232643e907edfe9de05f3b04d3826a9b1ccd0 (diff) |
Add documentations
Diffstat (limited to 'docs/vagrant.markdown')
-rw-r--r-- | docs/vagrant.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/vagrant.markdown b/docs/vagrant.markdown new file mode 100644 index 00000000..d19e356a --- /dev/null +++ b/docs/vagrant.markdown @@ -0,0 +1,8 @@ +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, and run the command `vagrant up` +- Go to http://localhost:8080/index.php +- Login with admin / admin |