A while back someone had written up instructions for installing RT on FreeBSD. Does anyone have this email?
A while back someone had written up instructions for installing RT
on FreeBSD. Does anyone have this email?
look in the mailing list archives. google searches them quite well.
seph
“MV” == Mike Vidal MVidal@sonicfoundry.com writes:
MV> A while back someone had written up instructions for installing RT
MV> on FreeBSD. Does anyone have this email?
I think it goes something like this:
cd /usr/ports/www/rt3
make install
Or you can roll your own. I did it long before the port existed, and
just following the instructions for installing RT was sufficient.
A while back someone had written up instructions for installing RT on FreeBSD. Does anyone have this email?
Hello,
Here is what worked here. Basically, you can use one of the two
ways below:
- Via portupgrade tools:
portinstall rt3
2) Using the traditional ports commands:
cd /usr/ports/www/rt3
make install
Optional: install a more secure (SSL) apache and mysql before
installing www/rt3:
The ports are:
databases/mysql40-server (with LINUXTHREADS option enabled) and
databases/mysql40-client.
www/apache13-modssl (You can install Apache 2.x, if you like).
Don’t forget to enable the perl port after installation:
use.perl port
If you get runtime problems with RT3 (error messages regarding
mason_handler.fcgi), try this:
chmod u+s /usr/local/rt3/bin/mason_handler.fcgi
Good luck,
Alex