Plugin for redmine integration with Ellevo 0800net
- Ruby
>= 2.0.0
- Redmine
>= 3.2.0
- Clone this repository into
redmine/plugins/integrator0800
.
$ cd redmine/plugins
$ git clone https://github.com/ebaptistella/integrator0800.git
- Install dependencies and migrate database.
$ bundle install
$ rake redmine:plugins:migrate NAME=integrator0800 RAILS_ENV=production
- Restart your Redmine web server.
This plugin is licensed under the terms of GNU/GPL v3+. See COPYING and LICENSE for details.