[
https://issues.apache.org/jira/browse/COUCHDB-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636795#comment-14636795
]
ASF subversion and git services commented on COUCHDB-2599:
----------------------------------------------------------
Commit 5de1fe6682fc5a9dee44022498357febd73c3600 in couchdb-fauxton's branch
refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=5de1fe6 ]
Just enable config for a "cluster-of-one"
Warn users if they run multi node setups.
Testing instructions for single node setups, given you usually run
a cluster of three nodes:
1. stop couchdb, connect fauxton to a single node, change
```
exports.couch = 'http://localhost:15984/';
```
in `tasks/helper.js`
2. get rid of `dev/lib/` in the couchdb folder, so the cluster does
not know about the other nodes any more, caution: you will lose
your current dbs.
3. boot couchdb with one node:
```
./dev/run --with-admin-party-please -n1
```
4. PROFIT!
COUCHDB-2601 COUCHDB-2599 COUCHDB-2390
PR: #480
PR-URL: https://github.com/apache/couchdb-fauxton/pull/480
Reviewed-By: garren smith <[email protected]>
> Just display admin section on backdoor port
> -------------------------------------------
>
> Key: COUCHDB-2599
> URL: https://issues.apache.org/jira/browse/COUCHDB-2599
> Project: CouchDB
> Issue Type: Task
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Robert Kowalski
> Assignee: Robert Kowalski
> Priority: Blocker
> Fix For: 2.0.0
>
>
> remove section to create admins & to change their password if Fauxton is
> accessed through an LB - just display that one on the backdoor ports
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)