Skip to content

Instantly share code, notes, and snippets.

@cystbear
Forked from lsmith77/gist:93a9c4431ad1bbe9f06a
Created July 11, 2014 21:18
Show Gist options
  • Save cystbear/7b98ce44ed16a1536967 to your computer and use it in GitHub Desktop.
Save cystbear/7b98ce44ed16a1536967 to your computer and use it in GitHub Desktop.
the default build however comes with a new http api that is not yet finished
it will take some hackery to get the old api
http://comments.gmane.org/gmane.comp.apache.jackrabbit.oak.devel/5997
brew update
brew outdated
brew upgrade
brew install maven
brew install mongodb
mongod --config /usr/local/etc/mongod.conf
wget http://www.eu.apache.org/dist/jackrabbit/oak/1.0.1/jackrabbit-oak-1.0.1-src.zip
unzip jackrabbit-oak-1.0.1-src.zip
cd jackrabbit-oak-1.0.1
mvn -DskipTests install
java -jar oak-run/target/oak-run-1.0.1.jar server http://localhost:8080/ Oak-Mongo --db my-oak --host 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment