Github user nolanlawson commented on the issue:
https://github.com/apache/couchdb-fauxton/pull/855
I thought I should specify, because some folks may have CouchDB 1.x already
running on 5984, in which case theyâd need to run PouchDB Server on something
else. This was the case for me, for instance.
> On Feb 19, 2017, at 11:08 AM, garren smith <[email protected]>
wrote:
>
> @garrensmith requested changes on this pull request.
>
> In CONTRIBUTING.md
<https://github.com/apache/couchdb-fauxton/pull/855#discussion_r101925931>:
>
> > +```
> +git clone https://github.com/apache/couchdb-fauxton
> +cd couchdb-fauxton
> +npm install
> +```
> +
> +Next, copy `settings.json.default.json` to `settings.json`. This will be
our local settings file.
> +
> +In the `settings.json`, under `"development"` -> `"app"`, change the
`"host"` to point to your local CouchDB or PouchDB Server, e.g.:
> +
> +```js
> +"development": {
> + /* ... */
> + "app": {
> + /* ... */
> + "host": "http://localhost:5984"
> Weird. I thought it would default to this port. Is that not the case?
>
> â
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
<https://github.com/apache/couchdb-fauxton/pull/855#pullrequestreview-22666712>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARUwjngrJkkfFukcYWH-X_UkoLYwPTOks5reJM_gaJpZM4MFRrV>.
>
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---