Install couchbase on centos

yum install openssl098e
wget http://packages.couchbase.com/releases/2.1.1/couchbase-server-community_x86_64_2.1.1.rpm
rpm -i couchbase-server-community_x86_64_2.1.1.rpm  

you can access the server with

http://localhost:8091/ 

Comments