MongoDb centos7安装

来源:互联网 发布:战网无法安装网络问题 编辑:程序博客网 时间:2024/06/15 08:41

1.vim  /etc/yum.repos.d/mongodb-org-3.6.repo

Use the following repository file:

[mongodb-org-3.6]

name=MongoDB Repositorybaseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/testing/x86_64/gpgcheck=1enabled=1gpgkey=https://www.mongodb.org/static/pgp/server-3.6.asc
2.To install the latest stable version of MongoDB, issue the following command:
sudo yum install -y mongodb-org
sudo service mongod start

sudo chkconfig mongod on

原创粉丝点击