diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-01-21 22:54:29 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-01-21 22:54:29 +0100 |
commit | 75c6613097ca25055c8830876a2997b5d28beb21 (patch) | |
tree | 9e62c8ebced85f542dfa44328f6fa0a9dbe93ca9 /README | |
parent | beb7a145c9e48c000663a72eb300da1a64cea369 (diff) | |
parent | c3d43edbce5e76cb4d65fabd2350b3136021a7bc (diff) | |
download | osm-xapi-75c6613097ca25055c8830876a2997b5d28beb21.tar.gz osm-xapi-75c6613097ca25055c8830876a2997b5d28beb21.tar.xz osm-xapi-75c6613097ca25055c8830876a2997b5d28beb21.zip |
Merge remote branch 'upstream/master'
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 |