Skip to content

Commit

Permalink
Updated Ubuntu installation instructions from 16.04 to 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
topherbuckley authored Feb 27, 2020
1 parent 6b261b9 commit 3daf017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/admin_guide/ubuntu_installation.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Installation on Ubuntu
======================

Ubuntu Xenial 16.04 LTS
Ubuntu Xenial 18.04 LTS
-----------------------

Install Apache and PHP:

.. code:: 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 php7.0-xml
sudo apt-get install -y apache2 libapache2-mod-php7.2 php7.2-cli php7.2-mbstring php7.2-sqlite3 \
php7.2-opcache php7.2-json php7.2-mysql php7.2-pgsql php7.2-ldap php7.2-gd php7.2-xml
Install Kanboard:

Expand Down

0 comments on commit 3daf017

Please sign in to comment.