diff options
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 |