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

ruby puma plugin error on CentOS 7 with rbenv #260

Open
minha-neofect opened this issue Jun 5, 2017 · 0 comments
Open

ruby puma plugin error on CentOS 7 with rbenv #260

minha-neofect opened this issue Jun 5, 2017 · 0 comments

Comments

@minha-neofect
Copy link

First, Thanks for awesome web admin panel and plugins!

Well, I had a trouble in using vh-puma plugin.
My environment is below:

After setting up ruby environment I tested with following command.
which bundle

And it gives me
/home/www-data/.rbenv/shims

But, AjetniV vh-puma plugin fails to locate bundle executable.

So I disabled plugins bundle binary dependency checking by editing '/var/lib/ajenti/plugins/vh-puma/init.py'.
# BinaryDependency('bundle')

And changed supervisord configuration.
bundle => /home/www-data/.rbenv/shims/bundle

It makes me ruby-puma plugin working.
So I can tell that only problem is binary dependency checking of 'bundle'.
Can you fix this? :)

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

No branches or pull requests

1 participant