summaryrefslogtreecommitdiff
path: root/docs/vagrant.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/vagrant.markdown')
-rw-r--r--docs/vagrant.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/vagrant.markdown b/docs/vagrant.markdown
index 4195a268..a1464360 100644
--- a/docs/vagrant.markdown
+++ b/docs/vagrant.markdown
@@ -9,6 +9,8 @@ Several configurations are available:
- Ubuntu 14.04 LTS with Kanboard/Postgresql
- Debian 7.6 with Kanboard/Sqlite
+All Vagrant environments come with Composer and PHPunit pre-installed.
+
To use those configurations, you have to install the **last version** of Virtualbox and Vagrant.
Standard boxes can be download from [VagrantCloud](https://vagrantcloud.com):
@@ -24,8 +26,11 @@ If you want to test Kanboard on Ubuntu with Sqlite:
vagrant up sqlite
```
+**NOTE:** If you downloaded the dev version from GitHub instead of the pre-packaged zip file, remember to SSH into your Vagrant environment and run ```composer install```.
+
After the initialization, go to http://localhost:8001/.
+
To test with Mysql:
```bash