ye-will / taiga-events

Taiga events

Home Page:http://taiga.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Taiga events

http://taiga.io


Languages

Language:CoffeeScript 88.6%Language:JavaScript 11.4%