On Wednesday 13 April 2016 12:14:32 Arun Shaji wrote: > Hi, > > > Sling will use Oak with Mongo (oak run mode is obsolete now). > > Is mongo bundled along with the build or I need to run it separately.
MongoDB (released under AGPL v3.0) is not part of Apache Sling. You have to run it separately. > Can I assume all contents by default configuration of launchpad-standalone > build goes into mongo? My build is Sling Trunk revision 1738114 Yes, if your run mode is oak_mongo. > > Check your logs for connection errors to Mongo. > > I am not seeing any errors in the following folder:- > C:\sling1\launchpad\builder\target\sling\logs > > > That depends on Sling's version. We dropped support for Jackrabbit and use > > Jackrabbit Oak only now (look out for an Oak repository bundle). > > My build is Sling Trunk revision 1738114. Is it bundled with mongo > > Also can you guide in running following in windows machine > > ------ docker-compose -f docker-compose-mongo.yml up > I used the following to run this command on windows machine. > docker-compose -v /c/opt/sling:/opt/sling -f > docker-compose-mongo.yml up > > Is there additional commands needed to run the docker sling/mongo > instance. Sorry, no idea what has to be done on Windows. You may find necessary information here: https://docs.docker.com/engine/installation/windows/ Regards, O. > Regards, > Arun > > > > > > -- > View this message in context: > http://apache-sling.73963.n3.nabble.com/Apache-Sling-OAK-sample-with-launch > er-9-tp4060792p4060797.html Sent from the Sling - Users mailing list archive > at Nabble.com.
