<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Installing CouchDB on CentOS 5</title>
	<atom:link href="http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/</link>
	<description>Musings of a PHP developer</description>
	<lastBuildDate>Sat, 23 Jan 2010 01:51:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lbjay</title>
		<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/#comment-375</link>
		<dc:creator>lbjay</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://porteightyeight.com/?p=195#comment-375</guid>
		<description>I was about to embark on following these great instructions when I figured out that the EPEL (http://fedoraproject.org/wiki/EPEL/FAQ) repository has packages for erlang and couchdb. I just needed to include &quot;--enablerepo=epel&quot; in the yum search command.</description>
		<content:encoded><![CDATA[<p>I was about to embark on following these great instructions when I figured out that the EPEL (<a href="http://fedoraproject.org/wiki/EPEL/FAQ" rel="nofollow">http://fedoraproject.org/wiki/EPEL/FAQ</a>) repository has packages for erlang and couchdb. I just needed to include &#8220;&#8211;enablerepo=epel&#8221; in the yum search command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/#comment-372</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Thu, 08 Oct 2009 05:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://porteightyeight.com/?p=195#comment-372</guid>
		<description>Thanks, worked as expected. You might want to add sudo to the install itself:

sudo make install</description>
		<content:encoded><![CDATA[<p>Thanks, worked as expected. You might want to add sudo to the install itself:</p>
<p>sudo make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/#comment-312</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 18 Jul 2009 20:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://porteightyeight.com/?p=195#comment-312</guid>
		<description>Hey there -

this post really helped me a lot getting started with Couch DB.

Thanks so much!

Michael</description>
		<content:encoded><![CDATA[<p>Hey there -</p>
<p>this post really helped me a lot getting started with Couch DB.</p>
<p>Thanks so much!</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Charnock</title>
		<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/#comment-262</link>
		<dc:creator>Adam Charnock</dc:creator>
		<pubDate>Fri, 03 Jul 2009 21:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://porteightyeight.com/?p=195#comment-262</guid>
		<description>Hi Jan,

Thanks for letting me know! I have updated the post with a link to the README.

Adam</description>
		<content:encoded><![CDATA[<p>Hi Jan,</p>
<p>Thanks for letting me know! I have updated the post with a link to the README.</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/#comment-261</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 03 Jul 2009 19:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://porteightyeight.com/?p=195#comment-261</guid>
		<description>Hi,

the official install docs are in the README*. The wiki contains user-supplied help for other users. If you find any errors in the wiki, feel free to fix or add as needed. Thanks!

* http://svn.apache.org/viewvc/couchdb/trunk/README?view=markup

Cheers
Jan
--</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the official install docs are in the README*. The wiki contains user-supplied help for other users. If you find any errors in the wiki, feel free to fix or add as needed. Thanks!</p>
<p>* <a href="http://svn.apache.org/viewvc/couchdb/trunk/README?view=markup" rel="nofollow">http://svn.apache.org/viewvc/couchdb/trunk/README?view=markup</a></p>
<p>Cheers<br />
Jan<br />
&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Charnock</title>
		<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/#comment-165</link>
		<dc:creator>Adam Charnock</dc:creator>
		<pubDate>Wed, 24 Jun 2009 08:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://porteightyeight.com/?p=195#comment-165</guid>
		<description>Hey,

Sure. It seems that the EPEL repository is needed in order to install the Erlang-related packages (Erlang is the language in which CouchDB is written).

Hopefully everything will get packaged up nicely when they get reach version 1!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Sure. It seems that the EPEL repository is needed in order to install the Erlang-related packages (Erlang is the language in which CouchDB is written).</p>
<p>Hopefully everything will get packaged up nicely when they get reach version 1!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mixdev</title>
		<link>http://porteightyeight.com/2009/06/12/installing-couchdb-centos-5-linux/#comment-162</link>
		<dc:creator>mixdev</dc:creator>
		<pubDate>Wed, 24 Jun 2009 08:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://porteightyeight.com/?p=195#comment-162</guid>
		<description>Cool! But why do we need EPEL? I am not clear with that. Could you shed some light on it?</description>
		<content:encoded><![CDATA[<p>Cool! But why do we need EPEL? I am not clear with that. Could you shed some light on it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
