Added by David Brandt almost 12 years ago
Is it possible to run multiply Redmine installations on same server?
Eg. Version 2.2.2, and 2.0.x?
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.
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.