Installing the node to collect data for the app

Just add gem ‘benji_node’ to your Rails 3 Gemfile and run bundle install as usual.

Changing the connection settings for the redis server

You need to have a running redis server and the redis gem installed. In the vendors/plugin/benji_node.rb you can change the port and host for the redis server you want to use.