ruby on rails 3 - Setting up Capistrano to deploy to Azure Ubuntu VM -
i following this guide, , @ step attempt cap deploy:cold
. following error:
** [out :: vm.cloudapp.net] env: /etc/init.d/unicorn_app ** [out :: vm.cloudapp.net] : no such file or directory command finished in 257ms failed: "sh -c 'service unicorn_app start'" on vm.cloudapp.net
cap deploy:setup
worked without errors. file exists. there reason why unable start service? tried doing sudo service unicorn_app start
, same error.
the guide provided on windows azure site out of date (doesn't fit capistrano v3) , needs updated. stumbled across looking solution fix out of date guide, if find i'll post here.
Comments
Post a Comment