summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-30 16:06:36 +0100
committerFrederic Guillot <fred@kanboard.net>2015-12-30 16:06:36 +0100
commit910933d06aeffff08b410996e854c8cb7d768aa6 (patch)
treeb52efc88f95415c4c2fea08b61bcdac2ee5bc0a9 /doc
parentf69f9b0811396a185dedb98b62f9f04f6f5694d9 (diff)
Update Ubuntu documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/ubuntu-installation.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ubuntu-installation.markdown b/doc/ubuntu-installation.markdown
index a08ccc20..cec3ebba 100644
--- a/doc/ubuntu-installation.markdown
+++ b/doc/ubuntu-installation.markdown
@@ -1,17 +1,17 @@
How to install Kanboard on Ubuntu?
==================================
-Ubuntu 14.04 LTS
-----------------
+Ubuntu Trusty 14.04 LTS
+-----------------------
Install Apache and PHP:
```bash
sudo apt-get update
-sudo apt-get install -y php5 php5-sqlite unzip
+sudo apt-get install -y php5 php5-sqlite php5-gd php5-json php5-mcrypt unzip
```
-In case your web server was running restart to make sure the php modules are reloaded
+In case your web server was running restart to make sure the php modules are reloaded:
```bash
service apache2 restart