문제

Can we use RVM in a production server?

I heard that we can't use RVM on a production server, but I do not get the reason for why not.

Can anyone tell me why we can't use RVM on production server?

도움이 되었습니까?

해결책

If you wish to manage multiple projects with multiple Ruby versions in your server, it is better you use RVM in production. (But, of course it won't happen too often).

If you require only one Ruby version exclusively for production server, you should not get into a mess by keeping RVM with different versions of Ruby in production mode.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top