-
Notifications
You must be signed in to change notification settings - Fork 301
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
Unable to run cap production puma:jungle:install #3
Comments
i added this line to my sudoer file (/etc/sudoer.d/deploy)
But i think it bad, since it give deploy user the right to move files. You can always remove the ' /bin/mv, /usr/sbin/update-rc.d,/usr/bin/touch' reference after installation. I'm thinking about another solution that won't require such privilege. I will be updated the gems to reflect this soon. The next version will have jungle tasks as option. |
Okay, now it appears to be trying to run |
yes. Centos/Redhat uses chkconfig instead update-rc.d.
can you check if centos has : service ? I will install centos tonight and try to make it work |
Centos does have service. I ran the two commands above (ssh'ed in as the
|
Can you comment line 28 of /etc/init.d/puma and see if it compatible ? Note: The gist is not fully compatible with the paths(state,pid) of the current setup. We will have to write another compatible start-up script if this fail. |
@kyledecot , i updated the gem and it should now support Centos. Can you test it in your side ? |
@seuros Bug on Amazon linux(Fedora), install debian instead of rhel |
When attempting to run
cap production puma:jungle:install
I get:The problem is that my deploy user doesn't have a password. What would you suggest?
The text was updated successfully, but these errors were encountered: