diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 21:28:58 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 21:28:58 -0500 |
commit | 4bba5be037d4ce3ebaefedaac0d840bce9206551 (patch) | |
tree | 669a7f2d702281a8187171b7a7e95c043020356b /docs/vagrant.markdown | |
parent | dd9f1d6e1174db99bb609880f10f757149d465c0 (diff) |
Change minimum requirements and add FreeBSD installation guide
Diffstat (limited to 'docs/vagrant.markdown')
-rw-r--r-- | docs/vagrant.markdown | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/vagrant.markdown b/docs/vagrant.markdown index b485f310..4195a268 100644 --- a/docs/vagrant.markdown +++ b/docs/vagrant.markdown @@ -8,7 +8,6 @@ Several configurations are available: - Ubuntu 14.04 LTS with Kanboard/Mysql - Ubuntu 14.04 LTS with Kanboard/Postgresql - Debian 7.6 with Kanboard/Sqlite -- Debian 6 with Kanboard/Sqlite To use those configurations, you have to install the **last version** of Virtualbox and Vagrant. @@ -17,7 +16,6 @@ Standard boxes can be download from [VagrantCloud](https://vagrantcloud.com): ```bash vagrant box add ubuntu/trusty64 vagrant box add chef/debian-7.6 -vagrant box add chef/debian-6.0.10 ``` If you want to test Kanboard on Ubuntu with Sqlite: @@ -42,4 +40,3 @@ Available boxes are: - `vagrant up mysql` - `vagrant up postgres` - `vagrant up debian7` -- `vagrant up debian6` |