Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fw42 committed May 20, 2013
1 parent 9fbba36 commit 30dc739
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is written in [CoffeeScript](http://coffeescript.org/) and makes use of
[socket.io](http://socket.io/) (HTML5 websockets), [jVectorMap](http://jvectormap.com/)
and [jQuery Transit](http://ricostacruz.com/jquery.transit/) (CSS3 animations).

Tested with node.js v0.8.9 and socket.io v0.9.10.
Tested with node.js v0.10.7 and socket.io v0.9.14.

Example
-------
Expand All @@ -37,3 +37,14 @@ Authors
Forks
-----
* [German Telecom (DTAG) Sicherheitstacho](http://www.sicherheitstacho.eu/)

Setup
-----
* Install node.js (tested with [0.10.7](http://nodejs.org/dist/v0.10.7/node-v0.10.7.tar.gz))
* Go to ```server/```
* ```npm install node-static@0.6.9```
* ```npm install socket.io@0.9.14```
* ```npm install validator@1.1.1```
* Copy ```server_hpfeeds_config.js.example``` to ```server_hpfeeds_config.js``` and fill in
your [hpfriends](http://hpfriends.honeycloud.net) credentials.
* ```node server_hpfeeds```

0 comments on commit 30dc739

Please sign in to comment.