Installing CouchDB-2.0.0 on Debian 8.6

2016-10-16 Thread John Le Brasseur
I am sure this has been covered, but does this make sense to anyone: [info] 2016-10-16T16:00:56.272067Z couchdb@localhost <0.7.0> Application couch_log started on node couchdb@localhost [info] 2016-10-16T16:00:56.277619Z couchdb@localhost <0.7.0> Application folsom started on nod

Re: Installing CouchDB-2.0.0 on Debian 8.6

2016-10-16 Thread Robert Samuel Newson
It does seem alarming but it isn't. What's happening is an internal process is looking for the _users database, and you haven't created it yet. the 2.0 setup UI (and the /_setup endpoint) creates this database for you after your cluster is connected but you can do it yourself with "curl -X PUT

Dreyfus and clouseau integration

2016-10-16 Thread Joe Wong
Hello all, Does anyone able to get Dreyfus and clouseau integrated into couchdb 2.0? I followed the wiki page https://cloudant.com/blog/enable-full-text-search-in-apache-couchdb/#.V_Rn4tHzS1G to compile and Dreyfus and clouseau , run it but when I go a query, I got the following error: curl -X G

Re: Installing CouchDB-2.0.0 on Debian 8.6

2016-10-16 Thread John Le Brasseur
Thank you Robert. All working. I had read the previous similar replies but thought my situation was 'different/worse'. Many many thanks again. Lovely to see the CouchDB screen pop up. On 16 October 2016 at 21:11, Robert Samuel Newson wrote: > It does seem alarming but it isn't. What's happening