liquidm / ruby-druid

Ruby utilities for metamx druid
MIT License
43 stars 34 forks source link

Unable to launch dripl #23

Closed ebouchut closed 10 years ago

ebouchut commented 10 years ago

While attempting to launch bin/dripl, I figured out it requires other gems not listed in the Gemspec file:

jwroblewski commented 10 years ago

I believe you installed the gem with gem install or via your app's gemfile, yet the console is thought of as a dev tool rather than something you would normally access from your application. To fire it up, you should rather do the following:

git clone git@github.com:liquidm/ruby-druid.git
cd ruby-druid/
cp ./dot_driplrc_example ./.driplrc
# edit your .driplrc
bundle install
bin/dripl
ebouchut commented 10 years ago

Hi Jakub

Thank you for scheding my light.

23 is thefore closed.