Installing plugins

Installing plugins

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