Github user nolanlawson commented on the pull request:

    https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-98407533
  
    To test PouchDB Server with the new `_bulk_get` API, just run:
    
    ```
    hub clone pouchdb/pouchdb-server
    hub clone pouchdb/express-pouchdb --branch 196
    hub clone pouchdb/pouchdb --branch 3424
    # start up pouchdb server
    cd pouchdb-server
    npm link ../express-pouchdb
    npm link ../pouchdb
    ./bin/pouchdb-server -p 6984
    # run the tests from pouchdb against it
    cd ../pouchdb
    COUCH_HOST=http://127.0.0.1:6984 npm run dev
    # then open up the tests in a browser, or for node.js:
    COUCH_HOST=http://127.0.0.1:6984 npm test
    ```
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to