Installing MongoDB under Linux

Source: Internet
Author: User
Tags chmod install mongodb mongodb

Under Linux: Install MongoDB

1. Download the installation package

wget linux/mongodb-linux-x86_64-rhel62-v3.6-latest.tgz

2. Unzip the installation package

Tar zxvf linux/mongodb-linux-x86_64-rhel62-v3.6-latest.tgz

3. Move the installation package to/usr/local/and rename it to MongoDB

MV mongodb-linux-x86_64-rhel62-3.6.5-103-ge66789f329//usr/local/mongodb

3. Create the data and Logs folder, create the log file in the logs and set the permissions

cd/usr/local/mongodb/

mkdir data

mkdir logs

touch./logs /log

Chmod-r 777 data/

Chmod-r 777 logs/

4. Turn on MongoDB settings MongoDB storage path and log storage path

./bin/mongod--dbpath/usr/local/mongodb/data/--logpath/usr/local/mongodb/logs/log

5. Turn on MongoDB

Re-connect Linux in the terminal

Cd/usr/local/mongodb/bin

./mongod

./mongo

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.