<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2015-11-22 10:45 GMT-06:00 Andrew Solomon <span dir="ltr"><<a href="mailto:andrew@geekuni.com" target="_blank">andrew@geekuni.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I think this tutorial of Gabor's is a very gentle introduction to deployment:</div><div><br></div><a href="http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean" target="_blank">http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean</a><br><div><br></div><div>Andrew</div></div><div class="gmail_extra"><div><div class="h5"><br></div></div></div></blockquote></div><br></div><div class="gmail_extra">I am trying to get this to work but am having problems with daemon::control (I think).<br><br></div><div class="gmail_extra">When I execute /usr/local/bin/starman --workers 3 /home/starman/Almslete-App/bin/app.psgi from the command line it works and dancer app is dancing. But with:<br><br>program      => '/usr/loca/bin/starman',<br>program_args => [ '--workers', '3', '/home/starman/Almlete-App/bin/ap\<br>p.pgsi' ],<br><br></div><div class="gmail_extra">in my <a href="http://starman.pl">starman.pl</a> app the service starts but I get the follwing errors in /tmp/starman.err and dancer is not dancing at <a href="http://myip:5000">http://myip:5000</a><br><br>Can't exec "/usr/loca/bin/starman": No such file or directory at /usr/local/share/perl/5.20.2/Daemon/Control.pm line 348.<br>Failed to exec /usr/loca/bin/starman --workers 3 /home/starman/Almlete-App/bin/ap\<br>p.pgsi: No such file or directory at /usr/local/share/perl/5.20.2/Daemon/Control.pm line 348.<br><br></div><div class="gmail_extra">Any help would be appreciated. Thanks<br></div></div>