Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #73 from ngoldman/master
Browse files Browse the repository at this point in the history
list requirements
  • Loading branch information
ungoldman committed Jun 18, 2014
2 parents e924fd4 + 148007c commit 0f4b651
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ We look for [valid](http://geojsonlint.com) [GeoJSON]. If no GeoJSON is detected

## Running Geobin locally

Here is the short version of how to get Geobin up and running locally, assuming you have a functional [go] environment and [redis] server already set up on your machine.
Requirements:

* [go]
* [node]
* [redis]

Here is the short version of how to get Geobin up and running locally, assuming you have a functional [go] environment, [node] environment, and [redis] server already set up on your machine.

### 1. `go get` Geobin

Expand Down Expand Up @@ -128,3 +134,4 @@ You're up and running, have fun! Try opening http://localhost:8080 in a browser
[Client]: static/doc/client.md
[API]: static/doc/api.md
[redis]: http://redis.io
[node]: http://nodejs.org

0 comments on commit 0f4b651

Please sign in to comment.