一、进入官网下载MongoDB
https://www.mongodb.com/download-center?jmp=nav#community
不需要其他操作,最新版已经编译好了。
二、配置MongoDB
mongod --bind_ip 0.0.0.0 --logpath D:\Program\sql-database\MongoDB\4.0.0\log\mongod.log --logappend --dbpath D:\Program\sql-database\MongoDB\4.0.0\data --port 27017 --serviceName "MongoDB" --install
三、安装robomongo
https://studio3t.com/
原文:https://www.cnblogs.com/cthon/p/9383778.html