Project

General

Profile

Multiply Redmine installations on same server?

Added by David Brandt about 11 years ago

Is it possible to run multiply Redmine installations on same server?

Eg. Version 2.2.2, and 2.0.x?


Replies (2)

RE: Multiply Redmine installations on same server? - Added by Pavel Potcheptsov about 11 years ago

I did it with nginx+unicorn. I think any back-end like thin or monrgel are also possible.
RM1 - Database1 - Back-end1 - nginx
RM2 - Database2 - Back-end2 - nginx
one of them I'm using for production and other for testing.

RE: Multiply Redmine installations on same server? - Added by Etienne Massip about 11 years ago

You can have different versions as well, just make sure each version meets its proper requirements; RVM can help you have different Ruby setups if needed.

    (1-2/2)