Skip to content

skylime/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

Packages

No packages published

Languages

  • CoffeeScript 89.7%
  • JavaScript 10.3%