MongoDB Installation Tutorials

Source: Internet
Author: User
Tags curl

1. Download the installation package

Curl-o https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.6.tgz

Curl-o https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-amazon-3.4.5.tgz


2. Unzip the installation package

TAR-ZXVF mongodb-linux-x86_64-3.0.6.tgz


3. Copy the unpacking package to the specified directory

MV mongodb-linux-x86_64-3.0.6//usr/local/mongodb


4. Setting Environment variables

Export Path=<mongodb-install-directory>/bin: $PATH


5. Create a database directory

Mkdir-p/data/db


6. Start the MONGDB service

Mongod--dbpath=/data/db--rest

MongoDB run port using the default 27017, you can access the Web interface at port number 28017


7. MongoDB Background Management Shell

Mongo


MongoDB Installation Tutorials

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.