Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top