Updated Branches: refs/heads/master 6bb810f4a -> 391bbe19f
add Fauxton release info Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/391bbe19 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/391bbe19 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/391bbe19 Branch: refs/heads/master Commit: 391bbe19fdd2d50ecb4f9006cf9c9fe988cacd56 Parents: 6bb810f Author: Garren Smith <[email protected]> Authored: Fri Dec 13 11:52:48 2013 +0200 Committer: Garren Smith <[email protected]> Committed: Fri Dec 13 11:53:31 2013 +0200 ---------------------------------------------------------------------- src/fauxton/readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/391bbe19/src/fauxton/readme.md ---------------------------------------------------------------------- diff --git a/src/fauxton/readme.md b/src/fauxton/readme.md index 2ee3293..1cc59ab 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
