Updated Branches: refs/heads/1964-feature-fauxton-build e3b3d8eeb -> 64eb14ef9
Minor improvements for DEVELOPERS Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/64eb14ef Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/64eb14ef Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/64eb14ef Branch: refs/heads/1964-feature-fauxton-build Commit: 64eb14ef907a91ad5cb3baea51c2faf93859494b Parents: e3b3d8e Author: Noah Slater <[email protected]> Authored: Sat Dec 14 12:51:09 2013 +0100 Committer: Noah Slater <[email protected]> Committed: Sat Dec 14 12:51:09 2013 +0100 ---------------------------------------------------------------------- DEVELOPERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/64eb14ef/DEVELOPERS ---------------------------------------------------------------------- diff --git a/DEVELOPERS b/DEVELOPERS index 44eeae7..84ccb9e 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -164,7 +164,9 @@ Dev Server Using the dev server is the easiest way to use fauxton, specially when developing for it. -grunt dev +bin/grunt dev + +You can then access Fauxton via http://localhost:8000/ Prepare Fauxton Release ~~~~~~~~~~~~~~~~~~~~~~~ @@ -173,7 +175,7 @@ Follow the "Fauxton Setup" section then: ./bin/grunt couchdb -This will install the latest version of Fauxton into `/share/www/fauxton` +This will install the latest version of Fauxton into `/share/www/fauxton/build` Running Tests ~~~~~~~~~~~~~
