Asset Tracker

Sevan / Venture37 venture37 at hotmail.com
Sat Nov 18 07:24:58 PST 2006


Ion-Mihai IOnut Tetcu wrote:
> Thanks Todd and Matthew for the URL.
> 
> OK, it looks like something we could use, so I'm interested in it.
> However, I never used RT and I'm low on free time, so if someone else
> wants to step in please drop me an email. Matthew ?
> 
> Paul, if you don't here for me about this till the middle of next week,
> please ping me.
> 
What would you like to know about RT? I can probably help.
v3.6.1 is already available in ports. Install it

add or adapt the follwing to httpd.conf
<VirtualHost *:80>
ServerName testbsd.office.blabla.ya.da
DocumentRoot /usr/local/rt3/share/html
CustomLog /var/log/testbsd.rt-access_log combined
ErrorLog /var/log/testbsd.rt-error_log
AddDefaultCharset UTF-8

PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl

<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>

then point your browser to your webserver.


Sevan
-- 
"The truth, the half-truth, and nothing like the truth." - Mark Brandon Read



More information about the freebsd-ports mailing list