2012/01/07 mongoDBインストール(CentOS 6.2) CentOS 6.2にmongoDBをインストールしたときのメモ ■yumリポジトリへ追加10genにCentOS用のパッケージがあるので、yumリポジトリに追加する。 # vi /etc/yum.repos.d/10gen.repo [10gen] name=10gen Repository baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64 gpgcheck=0 enabled=0 ■インストールサーバのパッケージを指定すると、クライアントのパッケージもインストールされる。 # yum --enablerepo=10gen install mongo-10gen-server.x86_64 … Installed