MongoDB Installation--yum Installation

Source: Internet
Author: User

This post was last edited by the loser on 2017-5-2 09:57

[Shell]Plain Text view copy code ?
0102030405060708091011121314151617 echo ‘[mongodb-org-3.2]name=MongoDB Repositorybaseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.2/x86_64/gpgcheck=1enabled=1gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc‘ > /etc/yum.repos.d/mongodb-org-3.2.repo  ;#安装客户端yum install mongodb -y#服务器yum install mongodb-server -y#创建数据库目录 mkdir /data/db -p#启动服务器方式1. 以web方式启动 执行下面这句后访问 http://网址:28017   注意 端口是27107  web是28107 +1000的方式是web  port是服务的端口#mongod --port 27017 --rest#启动服务器方式2#server mongod start#完成

Test the MONGO.
Db
Enter Test as follows
MONGO
MongoDB Shell version:2.4.14
Connecting To:test
Server has startup warnings:
Tue May 2 09:54:15.478 [Initandlisten]
Tue May 2 09:54:15.478 [initandlisten] * * Note:this is a A-bit MongoDB binary.
Tue May 2 09:54:15.478 [Initandlisten] * * + builds is limited to less than 2GB of data (or less with--journa L).
Tue May 2 09:54:15.478 [Initandlisten] * * See Http://dochub.mongodb.org/core/32bit
Tue May 2 09:54:15.478 [Initandlisten]
> DB
Test
>

MongoDB Installation--yum Installation

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.