According to this, I cannot test a multi-node swarm on a Mac, but I will try a single-node swarm.
For CouchDB, I should have been more specific: that line of code is asking for #schema, and I was wondering how to bootstrap the “root” database. Is there script that you use to populate the “root” database?
Ah - good question. Unfortunately we’re mid-migration so there’s no bootstrapping code yet, everything was done by hand. I think you should be able to get away with inserting an empty JSON object like so:
{
"_id": "#schema"
}
And this should get you past most things. Please let me know if you encounter more issues with our CouchDB setup - we’ll have them resolved hopefully by some time next week!