blob: d19e356acd9570abe4765f3a924cc0683ca0bc21 (
plain)
1
2
3
4
5
6
7
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
|