Update the FAQ, how to use Vagrant
This commit is contained in:
parent
babf3b17d9
commit
4bd67191ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue