node-nodejs - 用npm安装mongodb然后就可以启动mongodb服务吗
迷茫
迷茫 2017-05-02 09:17:55
0
3
689

用npm安装mongodb然后就可以启动mongodb服务吗

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

Antworte allen(3)
我想大声告诉你

mongod --dbpath "D:\web\mongodb\data"
换哈路径哈

巴扎黑

是的,mongodb的运行配置非常少,可以直接通过命令行参数完成所有运行配置,也可以通过配置文件进行配置。

小葫芦

Nope, You should install Mongodb.msi from official website first. Then Install it. so you can use mongo no matter from shell or node.js.

Install Mongodb via NPM just install the driver that Mongo Need, so you can use Node.js to control it.

This is the mongodb guide for beginner.
http://mongodb.github.io/node...

I hope this will helps you.

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage