This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f83884  Fix Mongo instructions
7f83884 is described below

commit 7f83884158f83d17e52a5943c3399ed7e4ccd033
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Aug 6 11:44:34 2020 +0200

    Fix Mongo instructions
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 512facd..0e18893 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ in the current directory.
 
 For MongoDB support replace the launch command with
 
-    java -jar target/dependency/org.apache.sling.feature.launcher-1.1.4.jar -f 
target/slingfeature-tmp/feature-oak_tar.json
+    java -jar target/dependency/org.apache.sling.feature.launcher-1.1.4.jar -f 
target/slingfeature-tmp/feature-oak_mongo.json
 
-This expects a MongoDB server to be running locally.
+This expects a MongoDB server to be running, search for `mongodb://` in the 
feature files for the expected URL
+(currently `mongodb://localhost:27017`).

Reply via email to