newrelic_redis_plugin
newrelic_redis_plugin copied to clipboard
Dependencies install on CentOS 6 - How to
This is how I installed all of the dependencies on CentOS 6:
wget https://github.com/kenjij/newrelic_redis_plugin/archive/v1.0.1.tar.gz
tar -xvf v1.0.1.tar.gz
yum install -y ruby rubygems ruby-devel gcc
gem install bundler --no-ri --no-rdoc
gem install dante -v '0.2.0' --no-ri --no-rdoc
gem install json -v '1.8.6' --no-ri --no-rdoc
gem install newrelic_plugin -v '1.3.1' --no-ri --no-rdoc
gem install redis -v '3.3.5' --no-ri --no-rdoc
bundle install