This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-couchbase-resourceprovider.git
commit 400f1d07bcab2f461882e31ff29d003816859696 Author: Stefan Seifert <[email protected]> AuthorDate: Wed May 20 16:13:18 2015 +0000 SLING-4381 update README git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680623 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 10277bd..53be13a 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,13 @@ Configuration on deployment * To use the resource provider you have to to create a factory configuration for "Apache Sling NoSQL Couchbase Client" with clientId = ´sling-resourceprovider-couchbase´ and propert couchbase host and bucket configuration. * Additionally a factory configuration for "Apache Sling NoSQL Couchbase Resource Provider Factory" defines the root of the resource tree that should be stored in Couchbase + + +Run integration tests +--------------------- + +To run the integration tests you have to set up a real couchbase server and run the tests with this command line (inserting the correct parameters for couchbase host and bucket): + +``` +mvn -Pcouchbase-integration-test -DcouchbaseHosts=localhost:8091 -DbucketName=test integration-test +``` -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
