SLING-5077 NoSQL Couchbase Resource Provider: Make index creation compatible with Couchbase 4.0 RC0

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1705931 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: a6161a7136d0c6fce789f2b58772becad7377e5e
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling NoSQL Sample Launchpad

Variant of the Sling Launchpad to run NoSQL Resource Providers in standalone mode.

To run with NoSQL MongoDB resource provider:

java -Dsling.run.modes=nosql-mongodb -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f -

To run with NoSQL Couchbase resource provider:

java -Dsling.run.modes=nosql-couchbase -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f -