blob: 132ce5ed4ea76626bd10febbb73557d3eabfb2f0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Run Kanboard with Vagrant
=========================
You can try Kanboard with Vagrant very easily:
- Clone the project from the git repository
- Execute `vagrant up`
- You can access to the application by using the URL `http://localhost:8001/`
The virtual machine is based on Ubuntu 16.04 with PHP 7.
|