diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-26 21:08:29 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-26 21:08:29 -0500 |
commit | 29606b34cb5bce5c3cf656eb8acc137fb0836e76 (patch) | |
tree | a773f046e524a60f5e3e9a9a44d8c8297c3a20d9 /docs | |
parent | cdcc6843fd169574855f62471183dba07a903fce (diff) |
Added automatic download and installation of Composer and PHPUnit for Vagrant (merge #550)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tests.markdown | 2 | ||||
-rw-r--r-- | docs/vagrant.markdown | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/tests.markdown b/docs/tests.markdown index 3f4ea515..f3f6232f 100644 --- a/docs/tests.markdown +++ b/docs/tests.markdown @@ -53,6 +53,8 @@ Time: 9.05 seconds, Memory: 17.75Mb OK (74 tests, 6145 assertions) ``` +**NOTE:** PHPUnit is already included in the Vagrant environment + ### Testing with Mysql You must have Mysql or MariaDb installed on localhost. 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 |