i am trying to replicate data between two local database instance
http://wiki.apache.org/couchdb/How_to_replicate_a_database
As per the above link, i created two couchdb instance and trying to test whether they are running using curl
$curl http://localhost:5001/
but it is giving output a html page saying connection refused (111) and i can get the result json in browser
Any help would be appreciated!
Thanks.
