Project

General

Profile

Multiple instances of Redmine installed on same environment

Added by David Grice almost 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?


Replies (1)

RE: Multiple instances of Redmine installed on same environment - Added by Pavel Potcheptsov almost 8 years ago

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.

    (1-1/1)