Added by David Grice over 8 years ago
I have been asked by a senior manager to install two additional instances of Redmine to prevent any "cross-contamination" of projects that will be set up by secure or high-risk units of our business.
Is this even possible?
Yes, this is possible. You need two redmine folders and two databases.
By using nginx you can handle different domain names for each of your redmine and proxy_pass requests to ruby back-end web-servers (thin, puma, unicorn) which are unique for each redmine.