On Mon, Nov 19, 2012 at 6:44 PM, Nigel Henriques <[email protected]> wrote: > We have been looking at a couple options to setup RT to run against a > “production database” (eg. rt4) and a “training database” (eg. rt4-train). > > > > Is there a simple way to run a single instance of RT and accomplish this?
You can use RT_SITE_CONFIG environment variable to make a virtual host load a different config pointing at test bed. You still load second set of mod_perl/fcgi processes to serve second virtual host. wiki has "multiple instances" document that helps setup several instances that use the same code base, but different DBs. If you want only one set of processes then you have to develop it. > Nigel -- Best regards, Ruslan. -------- We're hiring! http://bestpractical.com/jobs
