Skip to content

Instantly share code, notes, and snippets.

@lsmith77
Created June 30, 2014 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lsmith77/93a9c4431ad1bbe9f06a to your computer and use it in GitHub Desktop.
Save lsmith77/93a9c4431ad1bbe9f06a to your computer and use it in GitHub Desktop.
Compiling Oak from source and installing MongoDB via homebrew
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