MongoDb centos7安装
1.vim /etc/yum.repos.d/mongodb-org-3.6.repo
Use the following repository file:
[mongodb-org-3.6]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/testing/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.6.asc
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
还没有评论,来说两句吧...