Author: sseifert
Date: Wed May 20 16:13:18 2015
New Revision: 1680623
URL: http://svn.apache.org/r1680623
Log:
SLING-4381 update README
Modified:
sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md
Modified: sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md?rev=1680623&r1=1680622&r2=1680623&view=diff
==============================================================================
--- sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md (original)
+++ sling/trunk/contrib/nosql/couchbase-resourceprovider/README.md Wed May 20
16:13:18 2015
@@ -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
+```