Dear Wiki user, You have subscribed to a wiki page or wiki category on "Blur Wiki" for change notification.
The "PseudoDistributed" page has been changed by AaronMcCurry: https://wiki.apache.org/blur/PseudoDistributed?action=diff&rev1=7&rev2=8 === Download === - Download Blur from [[target|here]]. + Download Blur from [[|here]]. (Sorry No Release Yet) + + === Compile === + + Clone master. + + Clone the repo. + + {{{ + git clone https://git-wip-us.apache.org/repos/asf/incubator-blur.git + }}} + + Build the artifacts (if you want to run the tests remove the "-DskipTests") + + {{{ + cd incubator-blur/ + mvn install -DskipTests -P distribution + }}} + + The binary artifact is located '''''distribution/target/apache-blur-0.2.0-incubating-SNAPSHOT-bin.tar.gz'''''. === Install ===
