couchdb-bootstrap
couchdb-bootstrap copied to clipboard
Bootstrap CouchDB projects: configure, setup security, deploy ddocs and create users.
…st position, important when use replication document
Hi there, First, thanks for the tools you made, that helped me a lot :) I am having trouble to use `couchdb-bootstrap` with CommonJS modules though. I would like to...
We have a few projects where we make use of PouchDB’s different adapters (level and http in our case) to run software in different environments. We also use couchdb-bootstrap, which...
How do I use configuration object for _config.json? I want to use couchdb-bootstrap to initialise a new installation of couchdb so configuration are always the same.
Hi, I just went from `1.14.0` to `14.2.0` and noticed that when I have an empty folder in `couchdb` there used to be a DB created for it.
include https://github.com/jo/couchdb-bulk
Include https://github.com/jo/couchdb-create-index
In my bootstrap folder I'm creating a document in _replicator to replicate from one database setup via bootstrap to another database setup via bootstrap. It seems because `_replicator` comes first...
Assuming a CouchDB server root on URL http://localhost/_couchdb I get the error `URL must point to the root of a CouchDB server` It seems it is using [nano's url parsing...
If you pass in a nano config as the url, e.g. to set `requestDefaults` (#14): ``` js bootstrap({ url: 'http://localhost:5984', requestDefaults: { auth: { user: 'admin', pass: 'admin' } }...