用npm安装mongodb然后就可以启动mongodb服务吗
业精于勤,荒于嬉;行成于思,毁于随。
mongod --dbpath "D:webmongodbdata"Change the path
Yes, mongodb has very few running configurations. All running configurations can be completed directly through command line parameters or configured through configuration files.
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.
mongod --dbpath "D:webmongodbdata"
Change the path
Yes, mongodb has very few running configurations. All running configurations can be completed directly through command line parameters or configured through configuration files.
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.