From 21e59f07255b5e5d818fbed7dbc19e6cce2d3b4a Mon Sep 17 00:00:00 2001 From: mbugeia Date: Fri, 27 Nov 2015 21:14:31 +0100 Subject: [PATCH] Update readme with dev infos --- README.markdown | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index ed3cca0..72d0772 100644 --- a/README.markdown +++ b/README.markdown @@ -45,15 +45,28 @@ If you wish to add a user, just log in with that user into Kanboard so the softw 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 - +``` +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 +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 + +``` \ No newline at end of file