https://github.com/pgiraud/osmtm_express
https://github.com/pgiraud/osmtm_express
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgiraud/osmtm_express
- Owner: pgiraud
- Created: 2011-09-19T12:08:57.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-29T15:25:19.000Z (over 14 years ago)
- Last Synced: 2024-04-13T22:07:32.586Z (about 2 years ago)
- Language: CoffeeScript
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An attempt to do the same as in OSMTM but using javascript (nodejs, expressjs,
couchdb) instead of python (pyramid, imposm).
Installation
------------
Install node.
Install some node modules
npm install express
npm install jade
npm install cradle
npm install -g coffee-script
Install couchdb by following instructions.
Create the database and some data
node setup.js
The above may need to be launch several times.
Launch application
coffee app.coffee
Or
npm install -g supervisor
supervisor -p app.coffee