From 632bace1e324a66f93d6367b1c0ac99b65f76a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 6 Apr 2015 11:53:57 +0200 Subject: [PATCH] Added README file --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3447ba8 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +Taiga events +============ + +![Kaleidos Project](http://kaleidos.net/static/img/badge.png "Kaleidos Project") +[![Managed with Taiga.io](https://taiga.io/media/support/attachments/article-22/banner-gh.png)](https://taiga.io "Managed with Taiga.io") + +The Taiga websocket server. + +Installation +------------ + +Install the RabbitMQ service. + +```bash + apt-get install rabbitmq-server +``` + +Install the javascript dependencies. + +```bash + npm install +``` + +Install globally the coffeescript interpreter. + +```bash + sudo npm install -g coffee-script +``` + +Copy and edit the config.json file. + +```bash + cp config.example.json config.json +``` + +Then run the taiga events service + +```bash + coffee index.coffee +```