<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: CouchDB]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?couchdb</link>
<description></description>
<pubDate>Sat, 23 Jan 2010 13:17:09 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[CouchDB]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?couchdb</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div>Tags: NoSQL</div><hr/><div class="wiki">
<p>
Install on Debian</p>
<h1 id="compilation">Compilation</h1>
<pre>
svn co https://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb
cd couchdb

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
</pre>
<br /><h1 id="install">Install</h1>
<pre>
sudo checkinstall
# fix version number

sudo dpkg -i couchdb_0.9.0a681779-1_i386.deb


sudo adduser --system --home /var/lib/couchdb --no-create-home \
  --shell /bin/bash --group --gecos &quot;CouchDB Administrator&quot; couchdb

sudo chown couchdb /var/lib/couchdb/ /var/log/couchdb/

sudo /etc/init.d/couchdb start
</pre>
<br /><h1 id="perl">Perl</h1>
<pre>
# intall perl module
cd CouchDB-View-0.003
sudo ./debian/rules binary
cd ..
sudo dpkg -i libcouchdb-view-perl_0.003-1_all.deb
</pre>
<br /><p>
and then edit <tt>/etc/couchdb/couch.ini</tt></p>
<pre>
[Couch Query Servers]
text/perl=/usr/bin/couchdb-view-server.pl
</pre>
<br /><p>
Now open <a target="_blank" title="(external link)" href="http://localhost:5984/_utils/index.html">http://localhost:5984/_utils/index.html</a></p>
<h1 id="fulltext_search">Fulltext search</h1>
<p>
See <a target="_blank" title="(external link)" href="http://wiki.apache.org/couchdb/FullTextSearch">http://wiki.apache.org/couchdb/FullTextSearch</a></p>
<pre>
sudo apt-get install openjdk-6-jre-headless



</pre>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category>NoSQL</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?couchdb</guid>
<pubDate>Sat, 23 Jan 2010 13:17:09 -0000</pubDate>
</item>
</channel>
</rss>