1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Update readme with dev infos

This commit is contained in:
mbugeia 2015-10-20 15:08:34 +02:00
parent 03d0847ad7
commit e35207fa08

View file

@ -41,3 +41,19 @@ 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.
Dev infos
---------
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