Install the Custom Workflows plugin
Before installing the Redmine Custom Workflows plugin, create a backup. Once your backup is complete, follow these steps:
- 
Navigate to the Redmine installation directory:
$ cd /opt/bitnami/redmine - 
Navigate to the plugins directory and get the latest Custom Workflows version:
$ cd plugins $ git clone http://github.com/anteo/redmine_custom_workflows.git - 
Navigate to the Redmine installation directory and install the plugin:
$ cd - $ 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.