diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-01-26 17:01:44 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-01-26 17:01:44 -0800 |
commit | 82eacc488c5ad093aa56c7ab0ffc409277833d5d (patch) | |
tree | 7f5b5e80a9089d6f068bbbd4adb0a7189fbd8424 /doc/en_US/vagrant.markdown | |
parent | f6756b837ac86d8e0914539837c6ef0289b9fcd4 (diff) |
Update Vagrantfile to use Xenial
Diffstat (limited to 'doc/en_US/vagrant.markdown')
-rw-r--r-- | doc/en_US/vagrant.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en_US/vagrant.markdown b/doc/en_US/vagrant.markdown index 8fb05b20..132ce5ed 100644 --- a/doc/en_US/vagrant.markdown +++ b/doc/en_US/vagrant.markdown @@ -7,4 +7,4 @@ You can try Kanboard with Vagrant very easily: - Execute `vagrant up` - You can access to the application by using the URL `http://localhost:8001/` -The virtual machine is based on Ubuntu 14.04 with PHP 5.5. +The virtual machine is based on Ubuntu 16.04 with PHP 7. |