Install JRubyShell
JRubyShell is the LoadWise Runtime, which can be used to execute (from command line) load test scripts created by LoadWise IDE. JRubyShell is available on Windows, Linux and Mac platforms.
Prerequisite:
* Java 1.5 or above installed and in PATHWindows Platform
- Download JRubyShell installer for windows*: jrubyshell-0.x-setup.exe
- Run setup, accept all default options.
JRubyShell is installed to c:\jrubyshell by default.
Linux and Mac
- Download JRubyShell*: jrubyshell-0.x.zip
- Unzip jrubyshell-0.X.zip to a local folder
- Set Environment Variable JRUBYSHELL_HOME*
export JRUBYSHELL_HOME=/user/local/jrubyshell - Append jrubyshell/bin into PATH*
PATH=$PATH:/usr/local/jrubyshell/bin