For Redmine 4.x.x.
-
Copy the plugin directory into the $REDMINE_ROOT/plugins directory. Please note that plugin's folder name should be "redmine_hangouts_chat_integration".
-
Install 'httpclient'
e.g. bundle install
-
Do migration task.
e.g. RAILS_ENV=production rake redmine:plugins:migrate
-
(Re)Start Redmine.
Try this:
- RAILS_ENV=production rake db:migrate_plugins NAME=redmine_hangouts_chat_integration VERSION=0
-
Login redmine used the project admin account.
-
Open this project "Settings" -> "Information" page.
-
Paste the google hangouts chat webhook URL into "Hangouts Chat Webhook".
-
Save this project settings.
-
Login redmine used redmine admin account.
-
Open the top menu "Administration" -> "Plugins" -> "Redmine Hangouts Chat Integration plugin" -> "Configure" page
-
Paste the google hangouts chat webhook URL into "Webhook".
-
Apply this configure.
-
Login redmine used yourself accout.
-
Open the project menu "Settings" page.
-
Switch "Hangouts Chat Webhook Disabled" to "Yes"
-
Login redmine used yourself accout.
-
Open the top right menu "My account" page.
-
Switch "Hangouts Chat Disable" to "Yes"
-
Create a new issue, and your chat room will get a message from redmine.
-
Edit any issue, and your chat room will get a message from redmine.