Useful redmine plugins and how to install them in bitnami redmine
List of plugins:
To install plugins, exec following commands in redmine htdocs folder(for me it’s “/opt/bitnami/apps/redmine/htdocs”):
bundle install
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
And restart apache. I use following command to do it:
/opt/redmine-3.3.2-2/ctlscript.sh restart apache