Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislav-yashin authored Jan 10, 2020
2 parents 73ac886 + 163ae6d commit e352393
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/centosadmin/redmine_2chat.svg?branch=master)](https://travis-ci.org/centosadmin/redmine_2chat)
[![Build Status](https://travis-ci.org/southbridgeio/redmine_2chat.svg?branch=master)](https://travis-ci.org/southbridgeio/redmine_2chat)
[![Rate at redmine.org](http://img.shields.io/badge/rate%20at-redmine.org-blue.svg?style=flat)](http://www.redmine.org/plugins/redmine_2chat)

# redmine_2chat
Expand All @@ -9,7 +9,7 @@ The `redmine_2chat` can be used to create a group chat associated with an issue

There're currently Telegram and Slack supported to create chats in. You can also create your own platform adapter and register it.

Please help us make this plugin better telling us of any [issues](https://github.com/centosadmin/redmine_2сhat/issues) you'll face using it. We are ready to answer all your questions regarding this plugin.
Please help us make this plugin better telling us of any [issues](https://github.com/southbridgeio/redmine_2сhat/issues) you'll face using it. We are ready to answer all your questions regarding this plugin.


## Installation
Expand All @@ -18,12 +18,13 @@ Please help us make this plugin better telling us of any [issues](https://github

* **Ruby 2.4+**
* Configured [redmine_bots](https://github.com/centosadmin/redmine_bots) (version 0.4.0 or higher)
* You need to use utf8mb4 encoding if you're using mysql database

Standard plugin installation:

```
cd {REDMINE_ROOT}
git clone https://github.com/centosadmin/redmine_2chat.git plugins/redmine_2chat
git clone https://github.com/southbridgeio/redmine_2chat.git plugins/redmine_2chat
bundle install RAILS_ENV=production
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
```
Expand Down Expand Up @@ -77,7 +78,7 @@ issue - Change issues.

### Slack

* Make sure you're done with configuring Slack in [redmine_bots](https://github.com/centosadmin/redmine_bots).
* Make sure you're done with configuring Slack in [redmine_bots](https://github.com/southbridgeio/redmine_bots).
* Set proper app scopes on your app Oauth and permissions page:

```
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@

Redmine::Plugin.register :redmine_2chat do
name 'Redmine 2Chat'
url 'https://github.com/centosadmin/redmine_2chat'
url 'https://github.com/southbridgeio/redmine_2chat'
description 'This is a plugin for Redmine which adds group chats to Redmine issues on different chat platforms such as Slack and Telegram.'
version '0.3.2'
author 'Southbridge'
author_url 'https://github.com/centosadmin'
author_url 'https://github.com/southbridgeio'

requires_redmine_plugin :redmine_bots, '0.4.0'

Expand Down

0 comments on commit e352393

Please sign in to comment.