Installing via RubyGems
gem install ruport -y
Additional Notes:
- If you need raw SQL support, you will need to install ruby-dbi manually. I've found this tutorial to be most helpful.
- If you have higher level needs such as Graphing, Invoices, etc, you might be interested in the experimental ruport-util package, available via:
gem install ruport-util -y
- If you want to use Ruport plugins, you'll need gem_plugin and also will need to be sure to include in your code:
require "ruport/extensions"
- If you'd like to build Ruport from source, please see the EdgeRuport document.
