CentOS Installation Mongdb

Source: Internet
Author: User
Tags install mongodb

1. Install MongoDB (install to/usr/local)

wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-amazon-3.2.4.tgz
Tar zxvf mongodb-linux-x86_64-2.4.9.tgzmv mongodb-linux-x86_64-2.4.9 mongodbcd mongodbmkdir dbmkdir logscd Binvi Mongodb.conf
Dbpath=/usr/local/mongodb/dblogpath=/usr/local/mongodb/logs/mongodb.logport=27017fork=truenohttpinterface=true


2. rebind the configuration file address and access IP of MongoDB

/usr/local/mongodb/bin/mongod--bind_ip localhost-f/usr/local/mongodb/bin/mongodb.conf

3, Boot automatically start MongoDB

Vi/etc/rc.d/rc.local
/usr/local/mongodb/bin/mongod--config/usr/local/mongodb/bin/mongodb.conf

5, restart the system test can be self-starting

#进入mongodb的shell模式/usr/local/mongodb/bin/mongo

Show DBS

Db.version ();

Once the configuration information is configured.

And finally start understanding MongoDB.

Otherwise, configuration command execution will fail

CentOS Installation Mongdb

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.