RedmineKit
Documentation

Activating a license

Paste your key to unlock updates and priority support.

Always back up your database before installing or upgrading a plugin. Test on a staging instance first.

Requirements

  • Redmine 4.2, 5.0, 5.1 or 6.0
  • Ruby 3.1 – 3.3 and Bundler
  • Shell access to run rake tasks
  • MariaDB / MySQL or PostgreSQL 13+

Quick start

# 1 — unpack into plugins/
cd /opt/redmine/plugins && unzip agile-board-pro.zip

# 2 — install & migrate
cd /opt/redmine && bundle install
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

# 3 — restart
sudo systemctl restart redmine

Once Redmine restarts, open Administration → Plugins and paste your license key to activate updates and support.