Skip to content

Instantly share code, notes, and snippets.

@athoune
Created September 21, 2011 16:10
Show Gist options
  • Save athoune/1232493 to your computer and use it in GitHub Desktop.
Save athoune/1232493 to your computer and use it in GitHub Desktop.
Install Storm with macbrew

Install

Homebrew packages

brew install zeromq leiningen zookeeper

Jzmq

git clone https://github.com/zeromq/jzmq.git
cd jzmq
./configure
make
make install

Storm

git clone https://github.com/nathanmarz/storm.git
cd storm
chmod +x ./bin/deploy_release.sh
./bin/deploy_release.sh

Launch

Zookeeper

Storm

./bin/storm nimbus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment