Hi, you can use the oak-run jar file and start it up like this:
java -jar target/oak-run-1.1-SNAPSHOT.jar server http://localhost:8080/ Oak-Mongo --db my-oak this assumes you have a MongoDB running on your local machine on the default port. see https://github.com/apache/jackrabbit-oak/tree/trunk/oak-run#oak-server-mode for more details. alternatively you can construct an oak repository programatically as we do in our tests in oak-jcr. Regards Marcel On 24/06/14 15:23, "Lukas Kahwe Smith" <[email protected]> wrote: >Aloha, > >We would like to do a hackday where we test out Oak with MongoDB. >Does anyone have a recommendation for how to provide attendees with the >simplest possible way to get this setup working? > >From my understanding there is not yet a working standalone setup for Oak >that would enable us to just use a jar file. > >regards, >Lukas Kahwe Smith >[email protected] > > >
