Skip to content

Zwordi/taiga-events

 
 

Repository files navigation

Taiga events

Kaleidos Project Managed with Taiga.io

The Taiga websocket server.

Installation

NOTE: You should use node >= 6.0

Install the RabbitMQ service.

  apt-get install rabbitmq-server

Install the javascript dependencies.

  npm install

Install globally the coffeescript interpreter.

  sudo npm install -g coffee-script

Copy and edit the config.json file.

  cp config.example.json config.json

Then run the taiga events service

  coffee index.coffee

You can specify you own config path

  coffee index.coffee --config /path/to/config.json

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 88.2%
  • JavaScript 11.8%