From 9f46120de940d8e8d1f97a7583b1eb197eb5405a Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 10 Aug 2014 13:40:42 -0700 Subject: Update Ubuntu installation doc (merge pull-request #198) --- docs/ubuntu-installation.markdown | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ubuntu-installation.markdown') diff --git a/docs/ubuntu-installation.markdown b/docs/ubuntu-installation.markdown index f5670758..5f9ee65b 100644 --- a/docs/ubuntu-installation.markdown +++ b/docs/ubuntu-installation.markdown @@ -11,6 +11,12 @@ sudo apt-get update sudo apt-get install -y php5 php5-sqlite unzip ``` +In case your webserver was running restart to make sure the php modules are reloaded + +```bash +service apache2 restart +``` + Install Kanboard: ```bash -- cgit v1.2.3