Kanboard
https://kanboard.net/ | https://github.com/kanboard/kanboard
Dokumentation: https://github.com/kanboard/kanboard/blob/master/doc/index.markdown
Upgrade
From the archive (stable version)
- Decompress the archive
- Copy content ofdata/into the newly uncompressed directory
- Copy customconfig.phpif you have one
- Copy plugins if necessary
- Make suredata/is writeable by web server user
- Test
- Remove your old Kanboard directory
From the repository (development version)
- git pull
- composer install –no-dev
- Login and check if everything is ok
Note: This method will install the current development version, use at your own risk.