Install the Custom Workflows plugin
Before installing the Redmine Custom Workflows plugin, create a backup. Once your backup is complete, follow these steps:
Change to the Redmine plugins directory and get the latest Custom Workflows version:
$ cd /opt/bitnami/apps/redmine/htdocs/plugins $ git clone http://github.com/anteo/redmine_custom_workflows.git
Install the plugin:
$ cd /opt/bitnami/apps/redmine/htdocs/ $ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
NOTE: It could display a warning message about the log production file. In that case, run the following commands:
$ sudo chown :bitnami log/production.log $ sudo chmod g+w log/production.log
Restart services for the changes to take effect:
$ sudo /opt/bitnami/ctlscript.sh restart
Sign in to your Redmine installation and navigate to the “Administration -> Custom Workflows” section to configure the new plugin.