Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fw42 committed Jul 12, 2013
1 parent 1f68ad2 commit 4dfc61c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,20 @@ Forks
-----
* [German Telecom (DTAG) Sicherheitstacho](http://www.sicherheitstacho.eu/)
* [Computer Incident Response Center Luxembourg](http://map.circl.lu/)

Installation
------------
* apt-get install git golang mercurial make
* git clone https://github.com/fw42/honeymap
* In honeymap/server/
* go get
* go build
* cp config.json.example config.json
* edit config.json
* In honeymap/
* On Ubuntu: apt-get install coffeescript
* On Debian: Install node.js, then npm install coffeescript
* make
* Run server/server
* Go to http://your-server:3000/
* Optionally, use nginx as reverse proxy

0 comments on commit 4dfc61c

Please sign in to comment.