The Taiga websocket server.
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