I’m trying to setup RT5 in ubuntu 24.04/mysql/apache2.
I’m following README - RT 5.0.7 Documentation - Best Practical and done ‘make install’, there is no error in it. Should I edit RT_SiteConfig.pm manually or should i go ahead with ‘/opt/rt5/sbin/rt-server’ ?
I try to go straight with ‘/opt/rt5/sbin/rt-server’ but it just hangs there.
Please help!
Thanks.
have you ran make initdb yet? If you run the manual server (not through Apache) /opt/rt5/sbin/rt-server and you try to hit the web UI, you’re not seeing any logging? Does the web interface just timeout?
I have not yet ran “make initdb”, I’m very new to this and am a bit confused.
I literally just follow the README until step 6a: “make install”, I’m not sure what to do next.
README says run ‘/opt/rt5/sbin/rt-server’ to configure RT with the web installer, while the installer says edot RT_SiteConfig.pm.
I have successfully do the ‘make install’ with no error.
I set the Set($DatabasePassword, ‘password’); in RT_SiteConfig.pm then,
I try to configure RT with the web installer by running ‘/opt/rt5/sbin/rt-server’, but it just hangs there in my command line.
I’m testing this install in VirtualBox btw, does this matter?
UPDATE:
i’ve set the rt5.conf for apache and updated the SiteConfig.pm
when i do “/opt/rt5/sbin/rt-server --8080”
I can access through my local computer to the login page.
Reading the output… fastcgi handler is not loaded by Apache. Check the modules loaded by Apache. Depending on your distribution you must check /etc/apache2/mods-enabled or /etc/httpd/modules/, etc. if that module is installed (I presume it’s there) and activated.
I’m not an expert in Apache, I just followed instructions in the docs and googled to fix some issues. If this doesn’t helps you, it’s time to wait for someone with more experience than me (or maybe search in an Apache forum).