ruby-install icon indicating copy to clipboard operation
ruby-install copied to clipboard

Feature: Support for Fullstaq Ruby

Open svoop opened this issue 6 years ago • 1 comments

Is it possible to add support for Fullstaq Ruby?

I'm currently deploying MRI to both development workstations as and production servers with ruby-install which works like a charm. I'd give Fullstaq Ruby a shot, however, I'm not sure whether I want to touch this battle proven setup by ditching ruby-install.

svoop avatar Sep 16 '19 11:09 svoop

Fullstaq provides their own deb/rpm repo and packages, and they install into /usr/lib/fullstaq-ruby/versions/ instead of /opt/rubies/. Seems like you could use fullstaq in production without ruby-install, provided you configure PATH or use a hardcoded #!/usr/lib/fullstaq-ruby/versions/.../bin/ruby in your boot script. In development, you'd just need to copy&paste their installation instructions. Additionally you can use fullstaq rubies with chruby (ex: RUBIES+=(/usr/lib/fullstaq-ruby/versions/*).

postmodern avatar Oct 10 '20 04:10 postmodern