diff options
author | booo <borgers@mi.fu-berlin.de> | 2011-01-21 21:19:57 +0100 |
---|---|---|
committer | booo <borgers@mi.fu-berlin.de> | 2011-01-21 21:19:57 +0100 |
commit | c6badc98216b73264fb91515668233a9313f3e1c (patch) | |
tree | cbe0b6835769f7bad75f56b8007dcea856a285cf /README | |
parent | 3b2e7507b0ef20e3f05e458bc7465c6a5511e694 (diff) | |
download | osm-xapi-c6badc98216b73264fb91515668233a9313f3e1c.tar.gz osm-xapi-c6badc98216b73264fb91515668233a9313f3e1c.tar.xz osm-xapi-c6badc98216b73264fb91515668233a9313f3e1c.zip |
fixed spelling in README; added some instructions on how to setup everything
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -26,7 +26,15 @@ a more formal description We serve the node endpoint, but no others. We implment the tag based filtering, for only one tag and a bounding box. -Dabase setup +Basic setup +============= + +Just execute bootstrap.sh which will install node and everything you need into +your local directory. If you don't trust us read the bootstrap.sh. If you have +node and npm installed you can just use "npm link src/nodejs/" to install all +the dependencies. + +Database setup ============= We use postgres 9.* with postgis 1.5. Postgres 9.0 is used becaus we need some |