Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
add note about skipping a step if the node is already setup
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Oct 31, 2014
1 parent 404692f commit ecf310a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,11 @@ to the tab and get presented with a form that asks you to enter an admin
username, admin password and optionally a bind_address and port to bind
to publicly. Submit the form with the [Enable Cluster] button.

If this is a single node install that already has an admin set up, there
is no need to ask for admin credentials here. If the bind_address is !=
127.0.0.1, we can skip this entirely and Fauxton can show the add_node
UI right away.

- POST to /_setup with
{
"action": "enable_cluster",
Expand Down

0 comments on commit ecf310a

Please sign in to comment.