mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
547ff289ea
commit
b1045c00f9
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ Logstash core will continue to exist under this repository and all related issue
|
|||
|
||||
### Prerequisites
|
||||
|
||||
* Install JDK version 8. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=<JDK_PATH>`
|
||||
* Install JRuby 9.1.x It is recommended to use a Ruby version manager such as [RVM](https://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv).
|
||||
* Install JDK version 8 or 11. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=<JDK_PATH>`
|
||||
* Install JRuby 9.2.x It is recommended to use a Ruby version manager such as [RVM](https://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv).
|
||||
* Install `rake` and `bundler` tool using `gem install rake` and `gem install bundler` respectively.
|
||||
|
||||
### RVM install (optional)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue