Skip to content

Instantly share code, notes, and snippets.

@athoune
Created September 21, 2011 16:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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