mongodbインストール

技術文書
2015/06/04

[root@www14012uf x-generation]# vi /etc/yum.repos.d/mongodb.repo
[mongodb]
name=MongoDB Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/

baseurl=http://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.0/x86_64/

gpgcheck=0
enabled=1
[root@www14012uf x-generation]# yum install -y mongodb-org
[root@www14012uf x-generation]# vi /etc/mongod.conf
bind_ip=127.0.0.1,192.168.1.3
[root@www14012uf x-generation]# /etc/init.d/mongod start
[root@www14012uf x-generation]# chkconfig mongod on

ファイル