wohali commented on issue #933: Update for changes to _cluster_setup endpoint
URL: https://github.com/apache/couchdb-fauxton/pull/933#issuecomment-318864282
 
 
   OK, I've fixed the re-login issue, which was indeed broken for both 
single-node and cluster setup paths. I've also validated that the wizard works 
for single-node and cluster-mode.
   
   To test single node, after completing the steps above:
   
   * Setup > Configure Single Node
   * l/p admin/password
   * Bind to 127.0.0.1
   * Port 15984
   * Press the green button - everything should work
   
   To test a 3-node cluster setup:
   
   Be sure to run `make devclean` before restarting `dev/run` to wipe the 
`_nodes` database.
   
   * Setup > Configure a cluster
   * l/p admin/password
   * Bind to 0.0.0.0
   * Port 15984
   * 3 nodes
   
   Then, below:
   * Remote host 127.0.0.1
   * Bind address 0.0.0.0
   * Port 25984
   * press Add Node
   * Now change port to 35984
   * press Add Node
   * press Configure Cluster
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to