"CentOS 몽고DB 클라이언트 설치"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 CentOS MongoDB 설치 문서를 CentOS 몽고DB 클라이언트 설치 문서로 옮겼습니다)
(차이 없음)

2015년 12월 8일 (화) 16:29 판

1 개요

CentOS MongoDB 설치
[root@zetawiki ~]# yum install mongodb
... (생략)
======================================================================================================
 Package                       Arch                Version                    Repository         Size
======================================================================================================
Installing:
 mongodb                       x86_64              2.4.14-1.el6               epel               35 M
Installing for dependencies:
 boost-filesystem              x86_64              1.41.0-27.el6              base               47 k
 boost-iostreams               x86_64              1.41.0-27.el6              base               39 k
 boost-thread                  x86_64              1.41.0-27.el6              base               43 k
 gperftools-libs               x86_64              2.0-11.el6.3               epel              246 k
 libunwind                     x86_64              1.1-3.el6                  epel               55 k

Transaction Summary
======================================================================================================
Install       6 Package(s)

Total download size: 35 M
Installed size: 103 M
Is this ok [y/N]: y
... (생략)
Installed:
  mongodb.x86_64 0:2.4.14-1.el6                                                                       

Dependency Installed:
  boost-filesystem.x86_64 0:1.41.0-27.el6            boost-iostreams.x86_64 0:1.41.0-27.el6           
  boost-thread.x86_64 0:1.41.0-27.el6                gperftools-libs.x86_64 0:2.0-11.el6.3            
  libunwind.x86_64 0:1.1-3.el6                      

Complete!

2 확인

[root@zetawiki ~]# mongo --version
MongoDB shell version: 2.4.14

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}