=RubyRun Community Edition Quick Start Guide This guide is for those who want to get RubyRun up and running quickly. For complete details and other features of the product, please look at the online documenation at http://www.rubysophic.com/download/files/rubyrun-0.9.9.2.htm 1. To install the latest version of RubyRun, issue the following command: gem install rubyrun 2. To start your Ruby or Rails application with RubyRun enabled, use the '-rubyrun' option. Examples: ruby -rubyrun script/server -e production ruby -rubyrun helloworld.rb Or jruby -rubyrun script/server -e production jruby -rubyrun helloworld.rb 3. For Rails environment, run some transactions. To view the Performance Summary Report, wait for 60 seconds and open the following URL: http://[hostname]:[port_number]/rubyrun_rss/perf_summary.xml 4. To view the Method Trace, open the following file with a browser: [APPS_DIR]/rubyrun/report/server_[ID]_trace.html where APPS_DIR is the path where you start your Ruby or Rails application, e.g. /usr/apps/redmine-0.7.3 ID is either the process ID or the port number of the Ruby process 5. For the instruction on using RubyRun in JRuby-rack(Warbler), please look at the online documenation at http://www.rubysophic.com/download/files/rubyrun-0.9.9.2.htm 6. To report defects or any other questions, please email mailto:support@rubysophic.com