Update to reflect new JRuby default and USE_RUBY env option

This commit is contained in:
Jordan Sissel 2014-07-16 16:38:17 -07:00
parent e438b76d7c
commit 4f6582168f

View file

@ -29,12 +29,11 @@ You can also find documentation on the <http://logstash.net> site.
## Developing
Here's how to get started with rvm:
# Install JRuby with rvm
rvm install jruby-1.7.11
rvm use jruby-1.7.11
Here's how to get started:
# Install jruby
make vendor-jruby
Now install dependencies:
# Install logstash ruby dependencies
@ -53,6 +52,8 @@ Other commands:
# This will download the elasticsearch jars so Logstash can use them.
make vendor-elasticsearch
Notes about using other rubies. If you don't use rvm, you can probably skip this paragraph. Logstash works with other rubies, and if you wish to use your own ruby instead of the JRuby the Makefile gives you, you must set `USE_RUBY=1` in your environment.
## Testing
There are a few ways to run the tests. For development, using `bin/logstash