suchen

Heim  >  Fragen und Antworten  >  Hauptteil

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

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

迷茫迷茫2788 Tage vor717

Antworte allen(3)Ich werde antworten

  • 我想大声告诉你

    我想大声告诉你2017-05-02 09:19:55

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

    Antwort
    0
  • 巴扎黑

    巴扎黑2017-05-02 09:19:55

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

    Antwort
    0
  • 高洛峰

    高洛峰2017-05-02 09:19:55

    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.

    Antwort
    0
  • StornierenAntwort