CentOS6.4 install MongoDB

Source: Internet
Author: User
1. download MongoDB (64-bit) Ghost (installed to/usr/local) tarzxvfmongodb-lin

1. download MongoDB (64-bit)

Http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.9.tgz

Or

Http://pan.baidu.com/s/1mgyRB8c

2. install MongoDB (to/usr/local)

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

3. rebind the mongodb configuration file address and access IP address

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

4. automatically start mongodb upon startup

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

5. restart the system and test whether the system can start automatically.

/Usr/local/mongodb/bin/mongo # view the database list show dbs # Current db version db. version ();

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.