1 개요[ | ]
- CentOS MongoDB 클라이언트 설치
- CentOS mongo 설치
Console
Copy
[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
Console
Copy
... (생략)
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 확인[ | ]
Console
Copy
[root@zetawiki ~]# mongo --version
MongoDB shell version: 2.4.14
3 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.