GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/529
add a wizard for setting up a cluster
how to test:
set the port in `exports.couch` to a node that will handle the
setup (the "setup-node"):
```
exports.couch = 'http://localhost:15984/';
```
if you change the port of the setup node during setup the wizard will
lose the connection and can't finish.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton setup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/529.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #529
----
commit a2b0837faedbfef8bda77abc5959395630155314
Author: Robert Kowalski <[email protected]>
Date: 2015-06-29T17:05:24Z
add a wizard for setting up a cluster
how to test:
set the port in `exports.couch` to a node that will handle the
setup (the "setup-node"):
```
exports.couch = 'http://localhost:15984/';
```
if you change the port of the setup node during setup the wizard will
lose the connection and can't finish.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---