keenlabs / capillary

Storm Spout + Kafka State Inspector
MIT License
58 stars 18 forks source link

canopy: not found #9

Closed amontalenti closed 10 years ago

amontalenti commented 10 years ago

I am trying to build Capillary to test it out, and I received the following error upon running make dist:

[success] Total time: 11 s, completed Sep 26, 2014 2:05:45 PM
canopy dist https://github.com/keenlabs/capillary  target/universal/*.tgz
/bin/sh: 1: canopy: not found

Not sure which "canopy" this is. Can't find it mentioned in the documentation.

gphat commented 10 years ago

Oops! Sorry to hear you hit this!

Rather than running make please run:

sbt universal:package-zip-tarball

I'll get the Makefile cleaned up later. canopy is an internal utility. :smile:

gphat commented 10 years ago

I've also adjusted the readme to make this more clear. Sorry for the confusion @amontalenti !