Skip to content

install apache-couchdb on centos 5.2

i have no interest in DB But i read about it in IBM dev-work and just i would like to try 😉
download
http://couchdb.apache.org/downloads.html
extract
tar -zxvf apache-couchdb-0.9.1.tar.gz
now resolving deps with yum
yum install js-devel libicu libicu-devel erlang
for icu ,spidermonkey
now
./configure
make
make install

to start
[root@localhost apache-couchdb-0.9.1]# couchdb
Apache CouchDB 0.9.1 (LogLevel=info) is starting.
Apache CouchDB has started. Time to relax.