服務器版本 CentOS7.2
MongoDB版本 3.4mongodb
阿里鏡像地址 http://mirrors.aliyun.com/mongodb/yum/redhat/7/mongodb-org/3.4/x86_64/RPMS/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
中止code
# service mongod stop
配置文件 mongod.confserver
vim /etc/mongod.conf
http://mirrors.aliyun.com/mongodb/yum/redhat/blog
Java 資料大全 連接:https://pan.baidu.com/s/1pUCCPstPnlGDCljtBVUsXQ 密碼:b2xc
更多資料: 2020 年 精選阿里 Java、架構、微服務精選資料等,加 v ❤ :qwerdd111資源
轉載,請保留原文地址,謝謝 ~