From e35207fa08e44c8207c841e18f92316833383ac2 Mon Sep 17 00:00:00 2001 From: mbugeia Date: Tue, 20 Oct 2015 15:08:34 +0200 Subject: [PATCH] Update readme with dev infos --- README.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.markdown b/README.markdown index ffe219e..2f9384a 100644 --- a/README.markdown +++ b/README.markdown @@ -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 \ No newline at end of file