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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -