I'm deploying a Rails app with Capistrano. The deploy begins well but fails when it hits the following:
I installed rvm on the server, but cannot install ruby as follows:
The log file confirms that the issue is that libyaml-devel install requires root. How can I deploy the app? Ruby 2.4.1 is available, but only as when typed as ruby2.4 - it's not the default. Is it possible to import ruby 2.4.1 from the system into my rvm? If not, is it possible to deploy the app while "stripping" the rvm component of it? asked 24 Jan '18, 03:42 El Tea |
I've installed
Can you give it another run from your account? answered 24 Jan '18, 14:11 iliasr ♦♦ Fantastic, thank you. For other people who find this question - was this fix specific to my particular server (ie: webxxx) or would this work for all users now?
(24 Jan '18, 14:20)
El Tea
The We've installed it now everywhere, after you've confirm that it works.
(24 Jan '18, 14:23)
iliasr ♦♦
|