summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2013-12-13 11:52:48 +0200
committerGarren Smith <garren.smith@gmail.com>2013-12-13 11:53:31 +0200
commit391bbe19fdd2d50ecb4f9006cf9c9fe988cacd56 (patch)
tree55ed35baa6703e7faf294bf315ff5296fa139bbd
parent6bb810f4a50ae8015b717d61c91073becde547dc (diff)
downloadcouchdb-391bbe19fdd2d50ecb4f9006cf9c9fe988cacd56.tar.gz
add Fauxton release info
-rw-r--r--src/fauxton/readme.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/fauxton/readme.md b/src/fauxton/readme.md
index 2ee3293cb..1cc59ab43 100644
--- a/src/fauxton/readme.md
+++ b/src/fauxton/readme.md
@@ -31,6 +31,11 @@ A recent of [node.js](http://nodejs.org/) and npm is required.
# Install all dependencies
npm install
+### Dev Server
+ Using the dev server is the easiest way to use fauxton, specially when developing for it.
+
+ grunt dev
+
#### (Optional) To avoid a npm global install
# Add node_modules/.bin to your path
# export PATH=./node_modules/.bin:$PATH
@@ -42,10 +47,12 @@ A recent of [node.js](http://nodejs.org/) and npm is required.
# Or fully compiled install
# ./bin/grunt couchdb
-### Dev Server
- Using the dev server is the easiest way to use fauxton, specially when developing for it.
+### Prepare Fauxton Release
+ Follow the "Fauxton Setup" section then:
- grunt dev
+ ./bin/grunt couchdb
+
+ This will install the latest version of Fauxton into `/share/www/fauxton`
### Running Tests
There are two ways to run the tests. `grunt test` will run the tests via the commandline. It is also possible to view them via the url