diff options
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. |