1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/doc/ubuntu-installation.markdown
2015-12-29 01:24:09 +01:00

538 B

How to install Kanboard on Ubuntu?

Ubuntu 14.04 LTS

Install Apache and PHP:

sudo apt-get update
sudo apt-get install -y php5 php5-sqlite unzip

In case your web server was running restart to make sure the php modules are reloaded

service apache2 restart

Install Kanboard:

cd /var/www/html
sudo wget http://kanboard.net/kanboard-latest.zip
sudo unzip kanboard-latest.zip
sudo chown -R www-data:www-data kanboard/data
sudo rm kanboard-latest.zip