Install the Custom Workflows plugin
Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows). On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Learn more about the Bitnami stack environment and about OS X VMs.
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 installdir/apps/redmine/htdocs/plugins $ git clone http://github.com/anteo/redmine_custom_workflows.git
-
Install the plugin:
$ cd installdir/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 installdir/ctlscript.sh restart
-
Sign in to your Redmine installation and navigate to the “Administration -> Custom Workflows” section to configure the new plugin.