服務器版本 CentOS7.2
MongoDB版本 3.4mongodb
阿里鏡像地址 http://mirrors.aliyun.com/mon...shell
下載rpm安裝包:vim
# wget mongodb-org-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-mongos-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-server-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-shell-3.4.4-1.el7.x86_64.rpm # wget mongodb-org-tools-3.4.4-1.el7.x86_64.rpm
先安裝 mongos、server、shell、tools服務器
# rpm -ivh mongodb-org-mongos-3.4.4-1.el7.x86_64.rpm # rpm -ivh mongodb-org-server-3.4.4-1.el7.x86_64.rpm # rpm -ivh mongodb-org-shell-3.4.4-1.el7.x86_64.rpm # rpm -ivh mongodb-org-tools-3.4.4-1.el7.x86_64.rpm
再安裝架構
# rpm -ivh mongodb-org-3.4.4-1.el7.x86_64.rpm
啓動微服務
# service mongod start
中止spa
# service mongod stop
配置文件 mongod.conf3d
vim /etc/mongod.conf
http://mirrors.aliyun.com/mon...code
更多資料: 2020 年 精選阿里 Java、架構、微服務精選等,加 v ❤ :gongchengshi6678server
本文由博客一文多發平臺 OpenWrite 發佈!