0
votes
0answers
81 views

Vagrant Chef configuration for legacy rails app

I am trying to configure Vagrant and Chef Solo to create an environment for running a legacy Rails app (Rails 2.0, Ruby 1.8.6). I'm having a hard time finding the right cookbooks to configure this ...
0
votes
4answers
162 views

Can I install Ruby v1.8.7 in System(not in rvm) after installing ruby in RVM 1.9.3

Actually, I have to work on Chef which use system default ruby v 1.8.7. and with rvm installed ruby my Chef is not wroking. So , To make my chef server installation. I required to have ruby1.8.7 into ...