summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbear@apache.org>2013-12-23 11:24:23 -0500
committersuelockwood <deathbear@apache.org>2013-12-23 11:24:23 -0500
commita6d55bbfce42a2c1967ba6c26f82b4c3f85d8e7e (patch)
tree45f73d46378f2706af51810adceea378e3cd4e2f
parent02fa02e1ee8020760f06891a5b22f7db1ab65c65 (diff)
downloadcouchdb-a6d55bbfce42a2c1967ba6c26f82b4c3f85d8e7e.tar.gz
Added note about changing root in settings.json for release build
-rw-r--r--src/fauxton/readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fauxton/readme.md b/src/fauxton/readme.md
index 1cc59ab43..a0c7702e8 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