[Turn]centos7 under Install MongoDB

Source: Internet
Author: User
Tags install mongodb

View the latest version of MongoDB official:

Https://www.mongodb.com/download-center#community

Download the installation package using the wget command

wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-3.2.6.tgz

Tar zxvf mongodb-linux-x86_64-3.2.  6. TGZMV mongodb-linux-x86_64-3.2.  6. tgz MongoDB
CD MongoDB
mkdir DB
mkdir logs
CD bin
VI mongodb.conf
Add a configuration file dbpath=/usr/local/mongodb/db logpath=/usr/local/mongodb/logs/mongodb.log port=27017 fork= true nohttpinterface= true

Rebind the configuration file address of MongoDB and access Ip/usr/local/mongodb/bin/mongod--bind_ip localhost-f/usr/local/mongodb/bin/mongodb.conf
If you do not set--BIND_IP, any machine can be accessed by default.

Boot auto start mongodbvi/etc/rc.d/rc.local/usr/local/mongodb/bin/mongod--config/usr/local/mongodb/bin/  mongodb.conf Restart the system test can be self-starting
#进入mongodb的shell模式/usr/local/mongodb/bin/MONGO
#查看数据库列表 Show DBS
#当前db版本 db.version ();

See the New Installation method:

Install MongoDB Community Edition on Red Hat Enterprise or CentOS Linux

https://docs.mongodb.com/master/tutorial/install-mongodb-on-red-hat/

[Turn]centos7 under Install MongoDB

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.