To install plugins in Redmine, simply extract them to /app/data/plugins and run the db migration.
- Open a File manager for the app.
- Upload and extract the plugin to /app/data/plugins
- Some plugins require additional gems. If so, install them using the Web terminal:
cd /app/code
bundle install - Initialize the database of the plugin
cd /app/code
bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production - Restart redmine using the restart button