mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Update readme for jruby 1.7.0 and a few other small changes
This commit is contained in:
parent
22046a0887
commit
57c9d2c41c
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -9,16 +9,22 @@ are pretty much free to use it however you want in whatever way.
|
||||||
|
|
||||||
For more info, see <http://logstash.net/>
|
For more info, see <http://logstash.net/>
|
||||||
|
|
||||||
|
Need help? Try #logstash on freenode irc or the logstash-users@googlegroups.com mailing list.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
To work on the code without building a jar, install rvm and run the following:
|
To work on the code without building a jar, install rvm and run the following:
|
||||||
|
|
||||||
rvm install 1.6.8
|
# Install JRuby with rvm
|
||||||
rvm use 1.6.8
|
rvm install jruby-1.7.0
|
||||||
export JRUBY_OPTS=--1.9
|
rvm use jruby-1.7.0
|
||||||
bundle install
|
|
||||||
bundle exec ruby bin/logstash agent [options]
|
|
||||||
|
|
||||||
jar releases are available here: <http://semicomplete.com/files/logstash/>
|
# Install logstash dependencies
|
||||||
|
ruby gembag.rb logstash.gemspec
|
||||||
|
|
||||||
|
# Run logstash
|
||||||
|
bin/logstash agent [options]
|
||||||
|
|
||||||
|
jar releases are available here: <http://logstash.objects.dreamhost.com/>
|
||||||
If you want to build the jar yourself, run:
|
If you want to build the jar yourself, run:
|
||||||
|
|
||||||
make jar
|
make jar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue