From 57c9d2c41c0b1022d965958841d5bf5be7f9fd70 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Wed, 14 Nov 2012 09:48:35 -0800 Subject: [PATCH] Update readme for jruby 1.7.0 and a few other small changes --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0266e5dc1..fef0af2c5 100755 --- a/README.md +++ b/README.md @@ -9,16 +9,22 @@ are pretty much free to use it however you want in whatever way. For more info, see +Need help? Try #logstash on freenode irc or the logstash-users@googlegroups.com mailing list. + ## Building To work on the code without building a jar, install rvm and run the following: - rvm install 1.6.8 - rvm use 1.6.8 - export JRUBY_OPTS=--1.9 - bundle install - bundle exec ruby bin/logstash agent [options] + # Install JRuby with rvm + rvm install jruby-1.7.0 + rvm use jruby-1.7.0 -jar releases are available here: + # Install logstash dependencies + ruby gembag.rb logstash.gemspec + + # Run logstash + bin/logstash agent [options] + +jar releases are available here: If you want to build the jar yourself, run: make jar