Skip to content

Instantly share code, notes, and snippets.

@bugcy013
Forked from lancejpollard/install.sh
Created December 29, 2013 17:43
Show Gist options
  • Select an option

  • Save bugcy013/8172787 to your computer and use it in GitHub Desktop.

Select an option

Save bugcy013/8172787 to your computer and use it in GitHub Desktop.
brew update
# install xcode 4.6.1
brew install storm
brew install leiningen
git clone https://github.com/nathanmarz/storm-starter.git
cd storm-starter
lein deps
lein compile
java -cp $(lein classpath) storm.starter.ExclamationTopology
curl -O http://mirror.cc.columbia.edu/pub/software/apache/incubator/kafka/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz
tar xzf kafka-<VERSION>.tgz
cd kafka-<VERSION>
./sbt update
./sbt package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment