Skip to content

Commit

Permalink
Merge pull request #3 from vmx/patch-1
Browse files Browse the repository at this point in the history
Changing "Install as Couchapp" instructions
  • Loading branch information
drsm79 committed Nov 9, 2012
2 parents afa6b25 + c5c860c commit b6c5eca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/fauxton/readme.md
Expand Up @@ -34,11 +34,10 @@ plate which will install the other dependencies needed.
git clone https://github.com/cloudant-labs/couchdb/ couchdb-fauxton
cd couchdb-fauxton
git checkout fauxton
./bootstrap && ./configure && make dev
cd src/fauxton
npm install -g bbb
npm install grunt-contrib-copy grunt-couchapp underscore
bbb couchapp_setup couchapp_install
npm install bbb couchapp grunt-contrib-copy grunt-couchapp underscore
node_modules/bbb/bin/bbb couchapp_setup couchapp_install
open http://localhost:5984/_utils/fauxton/index.html

Install [phantomjs](http://phantomjs.org/) for tests.

Expand Down

0 comments on commit b6c5eca

Please sign in to comment.