项目作者: luk4s

项目描述 :
Mautic API for Redmine
高级语言: Ruby
项目地址: git://github.com/luk4s/redmine_mautic.git
创建时间: 2018-04-21T18:50:05Z
项目社区:https://github.com/luk4s/redmine_mautic

开源协议:GNU General Public License v2.0

下载


Redmine interface for mautic rails gem

This redmine feature allow to simply create new connection to your mautic for API integration

Installation

Add to your gemfile

  1. gem "rys", github: "easysoftware/rys"
  2. gem "mautic_redmine", github: "luk4s/redmine_mautic"

Then run

  1. bundle install

And of course migrations

  1. rake db:migrate

Usage

Connections list are manage on address /redmine_mautic.

Add new connection in 3+1 steps:

  1. New button on /redmine_mautic > type your mautic URL and hit “create”
  2. In your mautic create new API credentials and as callback url use url from form in redmine.
  3. Copy keys from mautic to redmine form and press “update”.
  4. Hit “Authorize” button…

Development

For development ryspec plugin is recommended

  1. gem 'ryspec', github: "easysoftware/ryspec"

Contributing

Pull requests are welcome