CentOS6.2 download and install MongoDB 3.0.4

Source: Internet
Author: User
Tags install mongodb

CentOS6.2 download and install MongoDB 3.0.4

CentOS6.2 download and install MongoDB 3.0.4

1.: wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.4.tgz

2. Unzip and install

Tar-zxvf mongodb-linux-x86_64-3.0.4.tgz

Music mongodb-linux-x86_64-3.0.4 mongodb

Cd mongodb

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

Mkdir-p data/db

Mkdir logs

Vim./bin/mongodb. conf </mongodb-install-directory>

The content is as follows:

Port = 27017

Dbpath =/opt/mongodb/data/db

Logpath = opt/mongodb/log/mongodb. log

Logappend = true

Fork = true

: Wq save and exit

3. Start

Mongod-f./bin/mongodb. conf

4. startup successful

About to fork child process, waiting until server is ready for connections.

Forked process: 30406

Child process started successfully, parent exiting

5. FAQs

      • ERROR: child process failed, exited with error number 1
Try to give dbpath and logpath absolute paths to ensure that the sub-process has the permission to write data.

For more MongoDB tutorials, see the following:

CentOS compilation and installation of php extensions for MongoDB and mongoDB

CentOS 6 install MongoDB and server configuration using yum

Install MongoDB2.4.3 in Ubuntu 13.04

MongoDB beginners must read (both concepts and practices)

MongoDB Installation Guide for Ubunu 14.04

MongoDB authoritative Guide (The Definitive Guide) in English [PDF]

Nagios monitoring MongoDB sharded cluster service practice

Build MongoDB Service Based on CentOS 6.5 Operating System

MongoDB details: click here
MongoDB: click here

This article permanently updates the link address:

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.