Added README file
parent
1f996be995
commit
632bace1e3
|
@ -0,0 +1,40 @@
|
||||||
|
Taiga events
|
||||||
|
============
|
||||||
|
|
||||||
|

|
||||||
|
[](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
|
||||||
|
```
|
Loading…
Reference in New Issue