[rt-users] Basic question about running a perl script in RT

2010-11-09 Thread Giles Bradshaw
apologies for the v basic nature of this question. I have written a perl script to add some users to RT. Obviously when I run it straight from the linux command line it doesn't function because it isn't running in within the instance of RT. How do I run it within RT - ie with the @INC path set

Re: [rt-users] Basic question about running a perl script in RT

2010-11-09 Thread G.Booth
On Tue, 09 Nov 2010 11:39:18 + Giles Bradshaw giles.brads...@sigyl.com wrote: apologies for the v basic nature of this question. I have written a perl script to add some users to RT. Obviously when I run it straight from the linux command line it doesn't function because it isn't

[rt-users] Basic question

2010-09-09 Thread John McDonald
Hi all, I'm just getting started with learning RT, and I'd like to test some basic changes that require me to modify params in RT_SiteConfig.pm. My question is what command do I need to run after modifying RT_SiteConfig.pm to activate those changes? Do I just run 'perl RT_SiteConfig.pm' to

Re: [rt-users] Basic question

2010-09-09 Thread Ian Rowland
Just restart Apache: service httpd restart On 2010/09/09 3:28 PM, John McDonald john...@ix.netcom.com wrote: Hi all, I¹m just getting started with learning RT, and I¹d like to test some basic changes that require me to modify params in RT_SiteConfig.pm. My question is what command do I

Re: [rt-users] Basic question

2010-09-09 Thread John McDonald
: Thursday, September 09, 2010 9:29 AM To: rt-users@lists.bestpractical.com Subject: [rt-users] Basic question Hi all, I'm just getting started with learning RT, and I'd like to test some basic changes that require me to modify params in RT_SiteConfig.pm. My question is what command do I need

Re: [rt-users] Basic question

2010-09-09 Thread mikemacd
On 09/09/2010 10:19 AM, John McDonald wrote: Sigh -- 5 minutes after I sent this I found the answer (funny -- that's never happened before 8-)) -- I need to restart Apache to implement the changes. John Depending on the changes you're making you may also need to clear the mason cache.