Skip to content

Commit

Permalink
add Fauxton release info
Browse files Browse the repository at this point in the history
  • Loading branch information
garrensmith committed Dec 13, 2013
1 parent 6bb810f commit 391bbe1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/fauxton/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 391bbe1

Please sign in to comment.