Added note about changing root in settings.json for release build
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a6d55bbf Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a6d55bbf Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a6d55bbf Branch: refs/heads/1960-paginate-all_dbs Commit: a6d55bbfce42a2c1967ba6c26f82b4c3f85d8e7e Parents: 02fa02e Author: suelockwood <[email protected]> Authored: Mon Dec 23 11:24:23 2013 -0500 Committer: suelockwood <[email protected]> Committed: Mon Dec 23 11:24:23 2013 -0500 ---------------------------------------------------------------------- src/fauxton/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a6d55bbf/src/fauxton/readme.md ---------------------------------------------------------------------- diff --git a/src/fauxton/readme.md b/src/fauxton/readme.md index 1cc59ab..a0c7702 100644 --- a/src/fauxton/readme.md +++ b/src/fauxton/readme.md @@ -48,7 +48,10 @@ A recent of [node.js](http://nodejs.org/) and npm is required. # ./bin/grunt couchdb ### Prepare Fauxton Release - Follow the "Fauxton Setup" section then: + Follow the "Fauxton Setup" section, + Edit settings.json variable root where the document will live. eg. "/_utils/fauxton/" + + then: ./bin/grunt couchdb
