From: Tim Pease Date: 2006-11-14T01:20:00+09:00 Subject: Re: Test::Unit runner for HTML output On 11/12/06, juan pedro meri�o wrote: > my msn is mivalecita2006@hotmail.com > > 2006/11/13, juan pedro meri�o : > > > > > > How i install ruby at Ubuntu and like i use apache as ruby? > > test-report is a gem. You can install it using this command ... gem install -r test-report You might have to run that as root depending upon how your gems are configured. test-report will generate static HTML pages. If you want those pages to be viewable from an apache web server, then you will need to copy the HTML pages to your web folder. Blessings, TwP