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:
parent
04e1e77a7a
commit
21e59f0725
1 changed files with 20 additions and 7 deletions
|
@ -45,15 +45,28 @@ If you wish to add a user, just log in with that user into Kanboard so the softw
|
|||
Developper infos
|
||||
----------------
|
||||
|
||||
Update package:
|
||||
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
|
||||
|
||||
```
|
Loading…
Reference in a new issue