We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
which bundle
And it gives me /home/www-data/.rbenv/shims
/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')
# BinaryDependency('bundle')
And changed supervisord configuration. bundle => /home/www-data/.rbenv/shims/bundle
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? :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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? :)
The text was updated successfully, but these errors were encountered: