Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support for Fullstaq Ruby #353

Open
svoop opened this issue Sep 16, 2019 · 1 comment
Open

Feature: Support for Fullstaq Ruby #353

svoop opened this issue Sep 16, 2019 · 1 comment

Comments

@svoop
Copy link

svoop commented Sep 16, 2019

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.

@postmodern
Copy link
Owner

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/*).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants