capistrano-plugins / capistrano-unicorn-nginx

Capistrano tasks for automatic and sensible unicorn + nginx configuration
MIT License
175 stars 81 forks source link

update-rc.d: command not found #69

Open thienhv opened 9 years ago

thienhv commented 9 years ago

Hi all, I have a error when deploy my project. DEBUG [3127a7ce] Command: /usr/bin/env sudo update-rc.d -f unicorn_project defaults DEBUG [3127a7ce] sudo DEBUG [3127a7ce] : DEBUG [3127a7ce] update-rc.d: command not found

Pls, help me. Thanks a lot

Ps: My info of server cat /etc/os-release NAME="Amazon Linux AMI" VERSION="2015.03" ID="amzn" ID_LIKE="rhel fedora" VERSION_ID="2015.03" PRETTY_NAME="Amazon Linux AMI 2015.03" ANSI_COLOR="0;33" CPE_NAME="cpe:/o:amazon:linux:2015.03:ga" HOME_URL="http://aws.amazon.com/amazon-linux-ami/"

rhomeister commented 9 years ago

Hi!

The gem currently doesn't support Fedora, only Debian/Ubuntu. Have a look at pull request https://github.com/capistrano-plugins/capistrano-unicorn-nginx/pull/45 for supporting other OSes.

thienhv commented 9 years ago

Thanks @rhomeister . I hope you will support it in the future.

maxkaplan commented 8 years ago

Any update on this?

Thanks,