summaryrefslogtreecommitdiff
path: root/docs/vagrant.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-21 13:34:39 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-21 13:34:39 -0400
commit4afe36083b0d25a3444923ef5b6be217a26e4e21 (patch)
treeddeef27ab5f5cddbec6f9a88ea6fc1f0733f2d7e /docs/vagrant.markdown
parentfb68231f2bb4fcbf0063ecc1e37279b5e125076b (diff)
Add Debian 8 in Vagrant file
Diffstat (limited to 'docs/vagrant.markdown')
-rw-r--r--docs/vagrant.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/vagrant.markdown b/docs/vagrant.markdown
index 02d41459..679d5d80 100644
--- a/docs/vagrant.markdown
+++ b/docs/vagrant.markdown
@@ -8,6 +8,7 @@ Several configurations are available:
- Ubuntu 14.04 LTS with Sqlite
- Ubuntu 14.04 LTS with Mysql
- Ubuntu 14.04 LTS with Postgresql
+- Debian 8 with sqlite
- Debian 7.6 with Sqlite
- Debian 6 with Sqlite
- Centos 7 with Sqlite
@@ -22,6 +23,7 @@ Standard boxes can be downloaded from Vagrant:
```bash
vagrant box add ubuntu/trusty64
+vagrant box add debian/jessie64
vagrant box add chef/debian-7.6
vagrant box add chef/debian-6.0.10
vagrant box add chef/centos-7.0
@@ -54,6 +56,7 @@ Available boxes are:
- `vagrant up sqlite`
- `vagrant up mysql`
- `vagrant up postgres`
+- `vagrant up debian8`
- `vagrant up debian7`
- `vagrant up debian6`
- `vagrant up centos7`