Update Vagrantfile to use Xenial
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user