Table of Contents

Kanboard

https://kanboard.net/ | https://github.com/kanboard/kanboard

Dokumentation: https://github.com/kanboard/kanboard/blob/master/doc/index.markdown

Upgrade

https://github.com/kanboard/kanboard/blob/master/doc/update.markdown

From the archive (stable version)

  1. Decompress the archive
  2. Copy content of data/ into the newly uncompressed directory
  3. Copy custom config.php if you have one
  4. Copy plugins if necessary
  5. Make sure data/ is writeable by web server user
  6. Test
  7. Remove your old Kanboard directory

From the repository (development version)

  1. git pull
  2. composer install –no-dev
  3. Login and check if everything is ok

Note: This method will install the current development version, use at your own risk.