diff options
author | Gerardo Zamudio <gerardozamudio@users.noreply.github.com> | 2016-02-24 23:48:50 -0600 |
---|---|---|
committer | Gerardo Zamudio <gerardozamudio@users.noreply.github.com> | 2016-02-24 23:48:50 -0600 |
commit | e4de6b3898b64b26d29aff31f21df5fda8055686 (patch) | |
tree | 575f8a65440f291d70a070d168eafca8c82a6459 /doc/ubuntu-installation.markdown | |
parent | d9ffbea174ea6524d0a22f8375ca8b3aa04a3c96 (diff) | |
parent | a6540bc604c837d92c9368540c145606723e97f7 (diff) |
Merge pull request #1 from fguillot/master
Update from upstream
Diffstat (limited to 'doc/ubuntu-installation.markdown')
-rw-r--r-- | doc/ubuntu-installation.markdown | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/ubuntu-installation.markdown b/doc/ubuntu-installation.markdown index 5f9ee65b..ab4dfe7c 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 webserver 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 @@ -26,3 +26,5 @@ sudo unzip kanboard-latest.zip sudo chown -R www-data:www-data kanboard/data sudo rm kanboard-latest.zip ``` + +Some features of Kanboard require that you run [a daily background job](cronjob.markdown). |