How to install any Redmine plugin – easy step by step tutorial
Plugin installation
- Do NOT install plugins as a ROOT user
- First, delete all old Easy Gantt plugins if they exist (plugins/easy_gantt*)
- Copy all unzipped plugins into REDMINE_ROOT/plugins
- 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.
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 |