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 | |
parent | f6756b837ac86d8e0914539837c6ef0289b9fcd4 (diff) |
Update Vagrantfile to use Xenial
Diffstat (limited to 'doc/en_US')
-rw-r--r-- | doc/en_US/ubuntu-installation.markdown | 2 | ||||
-rw-r--r-- | doc/en_US/vagrant.markdown | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en_US/ubuntu-installation.markdown b/doc/en_US/ubuntu-installation.markdown index 88b2b8b7..f29219a2 100644 --- a/doc/en_US/ubuntu-installation.markdown +++ b/doc/en_US/ubuntu-installation.markdown @@ -9,7 +9,7 @@ Install Apache and PHP: ```bash sudo apt-get update sudo apt-get install -y apache2 libapache2-mod-php7.0 php7.0-cli php7.0-mbstring php7.0-sqlite3 \ - php7.0-opcache php7.0-json php7.0-mysql php7.0-pgsql php7.0-ldap php7.0-gd php-7.0-xml + php7.0-opcache php7.0-json php7.0-mysql php7.0-pgsql php7.0-ldap php7.0-gd php7.0-xml ``` Install Kanboard: 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. |