You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/*).
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 ditchingruby-install
.The text was updated successfully, but these errors were encountered: