<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello World!!&#187; mongoDB</title>
	<atom:link href="http://bhags.org/?feed=rss2&#038;tag=mongodb" rel="self" type="application/rss+xml" />
	<link>http://bhags.org</link>
	<description>Welcome to Sinyu&#039;s  site</description>
	<lastBuildDate>Mon, 06 Nov 2017 04:17:27 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>mongoDB 2.4.4をCentOS 6.2にインストール</title>
		<link>http://bhags.org/?p=109</link>
		<comments>http://bhags.org/?p=109#comments</comments>
		<pubDate>Tue, 18 Jun 2013 03:52:16 +0000</pubDate>
		<dc:creator><![CDATA[bhags]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[mongoDB]]></category>

		<guid isPermaLink="false">http://bhags.org/?p=109</guid>
		<description><![CDATA[mongoDBを設置することとなったのでこれは作業メモ *最新安定板(現時点で2.4.4)がyumよ[...]]]></description>
				<content:encoded><![CDATA[<p>mongoDBを設置することとなったのでこれは作業メモ<br />
*最新安定板(現時点で2.4.4)がyumよりインストールできるようなのでyumよりインストール</p>
<pre class="brush: bash; title: ; notranslate">
#10gen repogitoryを追加
vim /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
:wq #保存

yum install --enablerepo=10gen install mongo-10gen-2.4.4* #client

Installed:
  mongo-10gen.x86_64 0:2.4.4-mongodb_1                                                                                                                                                                      
Complete!

yum install --enablerepo=10gen install mongo-10gen-server #server
Installed:
  mongo-10gen-server.x86_64 0:2.4.4-mongodb_1                                                                                                                                                               

Complete!
#あっさり設置完了

#Server 起動
/etc/rc.d/init.d/mongod start 
forked process: 2282
all output going to: /var/log/mongo/mongod.log
child process started successfully, parent exiting
                                                           [  OK  ]

#Test
mongo
MongoDB shell version: 2.4.4
connecting to: test
Welcome to the MongoDB shell.
For interactive help, type &quot;help&quot;.
For more comprehensive documentation, see

http://docs.mongodb.org/

Questions? Try the support group

http://groups.google.com/group/mongodb-user

#接続OK

</pre>
<p>インストールがとても楽でした。</p>
]]></content:encoded>
			<wfw:commentRss>http://bhags.org/?feed=rss2&#038;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
