Closed ebouchut closed 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
Hi Jakub
Thank you for scheding my light.
While attempting to launch
bin/dripl
, I figured out it requires other gems not listed in the Gemspec file: