Installing MongoDB under Linux

Source: Internet
Author: User

1. Download

Https://www.mongodb.com/dr/fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-3.2.10.tgz/download Download the installation package

2. Unzip

Tar zxvf mongodb-linux-x86_64-rhel62-3.2.10.tgz

3. Configure the Boot file

mkdir/usr/local/mongodb/mongodb-linux-x86_64-rhel62-3.2.10/data/db creating a data file directory

Touch /usr/local/mongodb/mongodb-linux-x86_64-rhel62-3.2.10/logs Creating log Files

VI Mongodb.config Creating a startup profile

dbpath=/usr/local/mongodb/mongodb-linux-x86_64-rhel62-3.2.10/data/db Data File directory

Fork=true Background Boot

   Logpath=/usr/local/mongodb/mongodb-linux-x86_64-rhel62-3.2.10/logs The log directory must be set up using background boot

Logappend=true Logging in append form
port=27017 Port

Save

4. Start and close

/usr/local/mongodb/mongodb-linux-x86_64-rhel62-3.2.10/bin/mongod-f Mongodb.config & Guardian Process

 /usr/local/mongodb/mongodb-linux-x86_64-rhel62-3.2.10/bin/mongo into the MongoDB console

Kill-9 pid off

Db.shutdown () off

Installing MongoDB under Linux

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.