en
Language
  • en
  • de
  • fr
  • es
  • br
  • ru
  • jp
  • kr
AI translation
  • cs
  • hu
  • it
  • pl
  • nl
  • tr
  • ae
  • se
  • ua
  • id
  • vn
  • cn
  • th
  • ro
  • bg
  • dk
  • fi
  • no
  • gr
  • il
  • ee
  • eu

How to install any Redmine plugin – easy step by step tutorial


Plugin installation

  1. Do NOT install plugins as a ROOT user
  2. First, delete all old Easy Gantt plugins if they exist (plugins/easy_gantt*)
  3. Copy all unzipped plugins into REDMINE_ROOT/plugins
  4. In REDMINE_ROOT

Run:
$ bundle install
   - (or bundle update)
$ bundle exec rake db:migrate RAILS_ENV=production
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production

After that, restart the server.

Watch video tutorial


Requirements for successful installation

  • Redmine version: Compatible with Redmine 3.2.x, 3.3.x, 3.4.x, 4.x., 5.x., 6.x.
  • Ruby version: 2.3+
  • Database type: MySQL (recommended), PostgreSQL

Follow the installation procedure in #install. Verify that the installation log doesn't contain any errors. If it does, try to solve it according to the description.

Installation on Bitnami

Bitnami is not tested nor guaranteed. If the installation fails, run manually:

Run:
$ bundle update
$ rake db:migrate
$ rake redmine:plugins:migrate


Gantt documentation / knowledge

Try Easy Redmine in 30 days free trial

Access all features, SSL protected, no credit card required.