I'm trying to decide on the best setup for Redmine in our company. Should we install Redmine directly on our Windows Server, or is it better to run it inside a VM on an Ubuntu machine? What are the pros and cons of each option?
1 Answer
It's generally not a good idea to dedicate a whole server to just one application. You might want to consider resource allocation and possible bottlenecks. Hosting it on a VM lets you manage resources more flexibly.
What do you mean by bottlenecks?