标签:http tao 安装 ges git github ruby exec 依赖
网上很多安装过程都太老了,测试很多方法终于成功了,但执行时还是出错,哪位熟悉的可以告知一下。
yum install -y ruby rubygems ruby-devel git gcc
gem sources --remove http://rubygems.org/
gem sources -a https://ruby.taobao.org/
gem sources -l
gem install bundler
git clone https://github.com/snmaynard/redis-audit.git
cd redis-audit
bundler install #安装依赖包
bundle exec ruby redis-audit.rb -h 10.10.6.199 -p 6379 -d 0 -s 1000
CentOS安装redis-audit 但执行时出错未解决 记录一下安装过程
标签:http tao 安装 ges git github ruby exec 依赖
原文地址:http://www.cnblogs.com/kgdxpr/p/6552960.html