How to install CouchDB in Linux/Ubuntu?
CouchDB is a document oriented database just like MongoDB. It belongs to the NoSQL which stores the data in key/value combinations. It can be obtained from here. But if you are on ubuntu/linux, you can easily install it like this
$ sudo apt-get install couchdb
Comments: