diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-10 13:40:42 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-10 13:40:42 -0700 |
commit | 9f46120de940d8e8d1f97a7583b1eb197eb5405a (patch) | |
tree | a1e6a517fec74bf7256d21ccf08cfadc1f23f67f /docs | |
parent | ba41d41f28aefa4af67cbfe7d968e78e485b0999 (diff) |
Update Ubuntu installation doc (merge pull-request #198)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ubuntu-installation.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
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 |