MongoDB是目前最常用的NoSQL-非关系型数据库。

本文将介绍在CentOS下如何通过yum安装MongoDB。

1.首先在CentOS6.5下,编辑Mongo的yum源:

在/etc/yum.repo.d下,编辑mongo.repo

vim mongo.repo

[mongodb-enterprise]

name=MongoDB Enterprise Repository

baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/

gpgcheck=0

enabled=1

2.查找mongodb的相关软件:

yum search mongo

yum search mongo

Loaded plugins: fastestmirror, security

Loading mirror speeds from cached hostfile

============================================================================================== N/S Matched: mongo ===============================================================================================

python-mongoengine.noarch : A Python Document-Object Mapper for working with MongoDB

almas-mongolian-title-fonts.noarch : Mongolian Title font

nodejs-mongodb.noarch : A node driver for MongoDB

php-pecl-mongo.x86_64 : PHP MongoDB database driver

python-asyncmongo.noarch : An asynchronous Python MongoDB library

python-flask-mongoengine.noarch : Flask extension that provides integration with MongoEngine

python-pymongo.x86_64 : Python driver for MongoDB

hunspell-mn.noarch : Mongolian hunspell dictionaries

hyphen-mn.noarch : Mongolian hyphenation rules

libmongodb.x86_64 : MongoDB shared libraries

libmongodb-devel.i686 : MongoDB header files

libmongodb-devel.x86_64 : MongoDB header files

mongo-10gen.x86_64 : mongo client shell and tools

mongo-10gen-server.x86_64 : mongo server, sharding server, and support scripts

mongo-10gen-unstable.x86_64 : mongo client shell and tools

mongo-10gen-unstable-mongos.x86_64 : MongoDB sharding server

mongo-10gen-unstable-server.x86_64 : mongo server, sharding server, and support scripts

mongo-10gen-unstable-shell.x86_64 : MongoDB shell

mongo-10gen-unstable-tools.x86_64 : MongoDB utilities

mongo18-10gen.x86_64 : mongo client shell and tools

mongo18-10gen-server.x86_64 : mongo server, sharding server, and support scripts

mongo20-10gen.x86_64 : mongo client shell and tools

mongo20-10gen-server.x86_64 : mongo server, sharding server, and support scripts

mongodb-org.x86_64 : MongoDB cross-platform document-oriented database system (metapackage)

mongodb-org-mongos.x86_64 : MongoDB sharding router

mongodb-org-server.x86_64 : MongoDB database server

mongodb-org-shell.x86_64 : MongoDB shell client

mongodb-org-tools.x86_64 : MongoDB tools

mongodb-org-unstable.x86_64 : MongoDB server, shell, sharding server and tools

mongodb-org-unstable-mongos.x86_64 : MongoDB sharding server

mongodb-org-unstable-server.x86_64 : MongoDB server and support scripts

mongodb-org-unstable-shell.x86_64 : MongoDB shell

mongodb-org-unstable-tools.x86_64 : MongoDB utilities

mongodb-server.x86_64 : MongoDB server, sharding server and support scripts

mongoose-devel.i686 : Header files and development libraries for mongoose

mongoose-devel.x86_64 : Header files and development libraries for mongoose

mongoose-lib.i686 : Shared Object for applications that use mongoose embedded

mongoose-lib.x86_64 : Shared Object for applications that use mongoose embedded

php-horde-Horde-Mongo.noarch : Horde Mongo Configuration

pymongo.x86_64 : Python driver for MongoDB

pymongo-gridfs.x86_64 : Python GridFS driver for MongoDB

python-pymongo-gridfs.x86_64 : Python GridFS driver for MongoDB

autocorr-mn.noarch : Mongolian auto-correction rules

eclipse-nls-mn.x86_64 : Eclipse/Babel language pack for Mongolian

mongodb.x86_64 : High-performance, schema-free document-oriented database

mongodb-mms-backup-agent.x86_64 : The MMS Backup Agent

mongodb-mms-monitoring-agent.x86_64 : The MMS Monitoring Agent

mongoose.x86_64 : An easy-to-use self-sufficient web server

 

Name and summary matches only, use "search all" for everything.

Mongodb-org开头的,就是刚刚添加的源所找到的相关软件。

3.安装mongodb

通过yum install mongodb:

yum install -y mongodb-org -y

Loaded plugins: fastestmirror, security

Loading mirror speeds from cached hostfile

Setting up Install Process

Resolving Dependencies

--> Running transaction check

---> Package mongodb-org.x86_64 0:2.6.12-1 will be installed

--> Processing Dependency: mongodb-org-shell = 2.6.12 for package: mongodb-org-2.6.12-1.x86_64

--> Processing Dependency: mongodb-org-server = 2.6.12 for package: mongodb-org-2.6.12-1.x86_64

--> Processing Dependency: mongodb-org-tools = 2.6.12 for package: mongodb-org-2.6.12-1.x86_64

--> Processing Dependency: mongodb-org-mongos = 2.6.12 for package: mongodb-org-2.6.12-1.x86_64

--> Running transaction check

---> Package mongodb-org-mongos.x86_64 0:2.6.12-1 will be installed

---> Package mongodb-org-server.x86_64 0:2.6.12-1 will be installed

---> Package mongodb-org-shell.x86_64 0:2.6.12-1 will be installed

---> Package mongodb-org-tools.x86_64 0:2.6.12-1 will be installed

--> Finished Dependency Resolution

 

Dependencies Resolved

 

=================================================================================================================================================================================================================

Package Arch Version Repository Size

=================================================================================================================================================================================================================

Installing:

mongodb-org x86_64 2.6.12-1 mongodb-enterprise 4.6 k

Installing for dependencies:

mongodb-org-mongos x86_64 2.6.12-1 mongodb-enterprise 6.9 M

mongodb-org-server x86_64 2.6.12-1 mongodb-enterprise 9.1 M

mongodb-org-shell x86_64 2.6.12-1 mongodb-enterprise 4.3 M

mongodb-org-tools x86_64 2.6.12-1 mongodb-enterprise 90 M

 

Transaction Summary

=================================================================================================================================================================================================================

Install 5 Package(s)

 

Total download size: 110 M

Installed size: 279 M

Downloading Packages:

(1/5): mongodb-org-2.6.12-1.x86_64.rpm | 4.6 kB 00:00

(2/5): mongodb-org-mongos-2.6.12-1.x86_64.rpm | 6.9 MB 00:39

(3/5): mongodb-org-server-2.6.12-1.x86_64.rpm | 9.1 MB 01:17

(4/5): mongodb-org-shell-2.6.12-1.x86_64.rpm | 4.3 MB 00:40

(5/5): mongodb-org-tools-2.6.12-1.x86_64.rpm | 90 MB 08:09

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Total 170 kB/s | 110 MB 11:03

Running rpm_check_debug

Running Transaction Test

Transaction Test Succeeded

Running Transaction

Installing : mongodb-org-server-2.6.12-1.x86_64 1/5

Installing : mongodb-org-mongos-2.6.12-1.x86_64 2/5

Installing : mongodb-org-tools-2.6.12-1.x86_64 3/5

Installing : mongodb-org-shell-2.6.12-1.x86_64 4/5

Installing : mongodb-org-2.6.12-1.x86_64 5/5

Verifying : mongodb-org-shell-2.6.12-1.x86_64 1/5

Verifying : mongodb-org-tools-2.6.12-1.x86_64 2/5

Verifying : mongodb-org-mongos-2.6.12-1.x86_64 3/5

Verifying : mongodb-org-server-2.6.12-1.x86_64 4/5

Verifying : mongodb-org-2.6.12-1.x86_64 5/5

 

Installed:

mongodb-org.x86_64 0:2.6.12-1

 

Dependency Installed:

mongodb-org-mongos.x86_64 0:2.6.12-1 mongodb-org-server.x86_64 0:2.6.12-1 mongodb-org-shell.x86_64 0:2.6.12-1 mongodb-org-tools.x86_64 0:2.6.12-1

 

Complete!

CentOS6.5下安装mongodb的更多相关文章

  1. CentOS6.10下安装MongoDB和Redis

    安装mongodb 首先考虑离线安装,但是安装过程中在启动服务的时候出现了问题,centOS出于稳定原因考虑,系统自带的glibc版本过低, 而编译需要使用较高版本,这个问题我查询了一下,需要升级gl ...

  2. 【转载】CentOS6.5_X64下安装配置MongoDB数据库

    [转载]CentOS6.5_X64下安装配置MongoDB数据库 2014-05-16 10:07:09|  分类: 默认分类|举报|字号 订阅      下载LOFTER客户端 本文转载自zhm&l ...

  3. Windows 下安装 MongoDB

    Windows 下安装 MongoDB 的步骤:1.官网www.mongodb.com下载安装包或zip包2.解压下载的文件到文件夹 D:\mongo .3.使用管理员权限打开CMD,导航到目录 D: ...

  4. CentOS6.5下安装apache2.2和PHP 5.5.28

    CentOS6.5下安装apache2.2 1. 准备程序 :httpd-2.2.27.tar.gz 下载地址:http://httpd.apache.org/download.cgi#apache2 ...

  5. CentOS6.5下安装配置MySQL

    CentOS6.5下安装配置MySQL,配置方法如下: 安装mysql数据库:# yum install -y mysql-server mysql mysql-deve 查看mysql-server ...

  6. 【MongoDb--初入江湖】windows下安装MongoDb

    一.windows下安装MongoDb http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

  7. Centos 下安装MongoDB

    Centos 下安装MongoDB 一.安装方法 方法(一) 1  配置包管理系统 创建/etc/yum.repos.d/mongodb.repo 文件,当然我们使用的是64位系统,32位的情况不再考 ...

  8. Mac下安装 MongoDB

    Mac 下安装 MongoDB 一般有两种方法,一种是通过源码安装,一种是直接使用 homebrew ,个人推荐使用 homebrew ,简单粗暴. 1.安装 homebrew : /usr/bin/ ...

  9. windows下安装MongoDB进度条不动

    windows 下安装MongoDB, 在 Installing MongoDB Compass...(this may take a few minutes) 一步,会停留很长时间,点击取消可能也会 ...

随机推荐

  1. Linux设置默认启动命令行,而不是图形界面

    无论是作为上线的服务器还是开发中的虚拟机来说,都是没有必要启动图形界面的,而图形界面占用的内存还是很大的.枫竹梦本文就介绍如何设置来默认启动命令行. 其实就是设置系统的启动级别. CentOS的设置 ...

  2. freemarker内建函数介绍

    Sequence的内置函数1.sequence?first 返回sequence的第一个值.2.sequence?last 返回sequence的最后一个值.3.sequence?reverse 将s ...

  3. Python面向对象的编程注意细节

    和前文一样,这了也是学习过程中,来源于网上各种资料的一个整合记录,希望能够帮到自己和大家: 主要的关注点是在使用class的时候,应该注意的一些细节: 1.在class里面,有了 __init__(s ...

  4. 【P3957】跳房子(单调队列+DP+二分)

    终于把这个题缸出来了,话说这题也不是想的那么难... 因为最小的最大,所以二分,因为由前面推出后面,所以DP,因为输入单调,朴素DP会T,所以单调队列.要注意的是,这个题数据很大,要开LL,然后DP数 ...

  5. vue组件 Prop传递数据

    组件实例的作用域是孤立的.这意味着不能(也不应该)在子组件的模板内直接引用父组件的数据.要让子组件使用父组件的数据,我们需要通过子组件的props选项. prop 是单向绑定的:当父组件的属性变化时, ...

  6. Spring Boot入门——集成Mybatis

    步骤: 1.新建maven项目 2.在pom.xml文件中引入相关依赖 <!-- mysql依赖 --> <dependency> <groupId>mysql&l ...

  7. 使用<s:property value="4"/>是报错

    报错的情况是 在jsp中引入标签 <%@ taglib uri="/struts-tags" prefix="s" %> 项目中也有ognl.jar ...

  8. ActiveMq 高级特性的使用

    消费者的 destination 可以使用 wildcards 生产者的 destination 可以使用 composite destinations VirtualTopic 真是一大利器,当初读 ...

  9. Model compatibility cannot be checked because the database does not contain model metadata. Ensure that IncludeMetadataConvention has been added to the DbModelBuilder conventions

    Model compatibility cannot be checked because the database does not contain model metadata. Ensure t ...

  10. poj2396有源汇上下界可行流

    题意:给一些约束条件,要求算能否有可行流,ps:刚开始输入的是每一列和,那么就建一条上下界相同的边,这样满流的时候就一定能保证流量相同了,还有0是该列(行)对另一行每个点都要满足约束条件 解法:先按无 ...