Skip to content

Commit

Permalink
update node install documentation for browserid
Browse files Browse the repository at this point in the history
for browser-based OAuth account setup, you'll need to update the browserid.ini config file with your server domain
  • Loading branch information
joehobson committed Feb 20, 2014
1 parent ef231c5 commit 329064c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/install/ubuntu.rst
Expand Up @@ -162,6 +162,19 @@ Navigate to the end of the file and locate the [admins] section. Create an admin

Substituting the password of your choice. The password will be hashed after startup. Save and exit by pressing "<ESC> :wq".

::

vim etc/couchdb/default.d/browserid.ini


For browser-based setup of OAuth accounts, you will need to update the **browserid** plugin's audience parameter to the domain name of your node. Navigate using the arrow keys after the line with ``audience = http://example.com`` and then enter replacement mode by pressing "R" and update the parameter with your domain, for example:

::

audience = http://alpha.learningregistry.org

Save and exit by pressing "<ESC> :wq"

Try starting couchdb:

::
Expand Down

0 comments on commit 329064c

Please sign in to comment.