ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

how do I run mongodb-rest from windows ? #33

Closed RodolpheGohard closed 6 years ago

RodolpheGohard commented 11 years ago

hello, I just installed mongodb-rest via npm:

C:\dev\apps\nodejs\node_modules\npm\node_modules>npm install mongodb-rest npm http GET https://registry.npmjs.org/mongodb-rest npm http 304 https://registry.npmjs.org/mongodb-rest npm http GET https://registry.npmjs.org/express [...]

and it seems to install finely.

but running "mongodb-rest" doesn't work (command not found). I even tried the launcher in "mongodb-rest\bin" but it's a bash script.

Notabene: I'm quite new to both Npm and Mongo.

ashleydavis commented 10 years ago

Do this:

npm install mongodb-rest -g

Then run:

mongodb-rest