Joined August 2013
·
Javier Olan
Mérida Area, Mexico
·
Posted to
Deploying Rails app using Nginx, Unicorn, Postgres and Capistrano to Digital Ocean
over 1 year
ago
im a newbie in this, so im not sure if is the best way or if its okay, but i fixed this adding this line:
run "chmod a+x /etc/init.d/unicorn_#{application}"
in the file deploy.rb before at line 27, i hope this help you.
btw thanks for the manual :)