Skip to content

gtt-project/redmine_gtt_fiware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Redmine GTT FIWARE Plugin

The Geo-Task-Tracker (GTT) FIWARE plugin adds support for interacting with FIWARE:

  • Create and publish FIWARE Context Broker subscriptions
  • Create and update issues based on FIWARE context data
  • Provide an NGSI API to interact with Redmine entities (read-only)

Requirements

Redmine GTT FIWARE requires PostgreSQL/PostGIS and will not work with SQLite or MariaDB/MySQL!!!

Installation

To install Redmine GTT FIWARE plugin, download or clone this repository in your Redmine installation plugins directory!

cd path/to/plugin/directory
git clone https://github.com/gtt-project/redmine_gtt_fiware.git

Then run

bundle install
bundle exec rake redmine:plugins:migrate

After restarting Redmine, you should be able to see the Redmine GTT FIWARE plugin in the Plugins page.

More information on installing (and uninstalling) Redmine plugins can be found here.

How to use

Detailed instructions on how to use the plugin and its API endpoints can be found in the documentation.

Contributing and Support

The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.

Version History

See all releases with release notes.

Authors

LICENSE

This program is free software. See LICENSE for more information.