Install CouchDB on Ubuntu
CouchDB can be installed by typing the following command in command line:
sudo apt-get install couchdb
You can see if CouchDB is installed properly by typing sudo service couchdb status in command line.
Once CouchDB is installed, a web interface is available on http://localhost:5984/_utils/