1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
Kanboard package for YunoHost
Find a file
2015-12-29 02:06:14 +01:00
conf Update config for kanboard v1.0.22 2015-12-29 01:27:58 +01:00
scripts Flush sessions before upgrade 2015-12-29 02:06:14 +01:00
sources Update sources to kanboard v1.0.22 2015-12-29 01:24:09 +01:00
.gitignore Update install and update script for v1.0.8 2014-10-22 21:21:37 +02:00
manifest.json Update manifest and readme 2015-01-16 14:43:53 +01:00
README.markdown Update readme with dev infos 2015-11-27 21:14:31 +01:00

Kanboard for Yunohost

Kanboard is a simple visual task board web application. Official website: http://kanboard.net

Requirements

Functionnal instance of Yunohost

Installation

From yunohost admin panel:

  1. Use yunohost admin panel and enter the repository url 2015-02-19 16_58_52-yunohost admin
  2. Configure the app 2015-02-19 16_59_28-yunohost admin
  3. Click install

From command line:

sudo yunohost app install -l kanboard https://github.com/mbugeia/kanboard_ynh

Upgrade

From command line:

sudo yunohost app upgrade -u https://github.com/mbugeia/kanboard_ynh kanboard

Infos

Kanboard v1.0.21

Yunohost forum thread: https://forum.yunohost.org/t/kanboard-package/78

Kanboard and SSOwat

Kanboard use SSOwat for user authentification (it means it use the user that the web server (nginx) sent him throught SSOwat), but can't list all user of the system. If you wish to add a user, just log in with that user into Kanboard so the software knows him and displays it.

Developper infos

Please do your pull request to the dev branch.

Update package:

wget http://kanboard.net/kanboard-latest.zip
unzip kanboard-latest.zip
rm -Rf sources
mv kanboard sources

Then do a manual diff between conf/config.php and sources/config.default.php to see if there are new config options

Update readme with the new version

Test it

Test or upgrade to dev version:

su - admin
git clone -b dev https://github.com/mbugeia/kanboard_ynh
# to install
sudo yunohost app install -l Kanboard /home/admin/kanboard_ynh
# to upgrade
sudo yunohost app upgrade -f /home/admin/kanboard_ynh kanboard