List of plugins: http://www.redmine.org/plugins/boolean_query 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…