You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/06/24 15:40:04 UTC

[jira] [Commented] (COUCHDB-2598) Finish setup wizard

    [ https://issues.apache.org/jira/browse/COUCHDB-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599429#comment-14599429 ] 

ASF subversion and git services commented on COUCHDB-2598:
----------------------------------------------------------

Commit 616789bac1bcdf9897e6725baaf0249f742389fd in couchdb-setup's branch refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-setup.git;h=616789b ]

cluster_enable: add remote_node feature

this feature makes it easier to setup a cluster for browser
applications like fauxton as browsers follow the same-origin
policy. Before this PR you had to open the wizard in Fauxton on
all three nodes and enter your data there, which was quite
confusing and hard to explain. Now you can stay in the same tab
at the same address.

This PR enables three new params in the body:

`remote_node`:

ip of the remote node where we want to send the `enable_cluster`
request

`remote_current_user`:

the current admin username of the remote node

`remote_current_password`:

the current admin password of the remote node

To test, I run:

```
rm -rf dev/lib/ && ./dev/run --no-join --admin=a:b
```

and then run the test script:

```
./src/setup/test/t-frontend-setup.sh
```

COUCHDB-2598

PR: #2
PR-URL: https://github.com/apache/couchdb-setup/pull/2
Reviewed-By: Jan Lehnardt <ja...@apache.org>
Reviewed-By: Alexander Shorin <kx...@apache.org>


> Finish setup wizard
> -------------------
>
>                 Key: COUCHDB-2598
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2598
>             Project: CouchDB
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Database Core, Fauxton
>            Reporter: Robert Kowalski
>            Assignee: Robert Kowalski
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> The wizard to make setup easy has to get finished. It should warn users if they have an old local db and want to create a cluster. We want to have a button to replicated the local db to the cluster. The button will be at the 5986 backdoor ports.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)