<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>As an experiment that should bring me on the path to use dancer I tried to deploy an app via Heroku (with my regular hosting I have no luck).</div><div><br></div><div>For Dancer (meaning 1) I found a blog that wrote positive about this (<a href="http://damog.nl/blog/deploying-a-dancer-app-on-heroku.html">http://damog.nl/blog/deploying-a-dancer-app-on-heroku.html</a>) and I found a gist.github (<a href="https://gist.github.com/ysasaki/3149659">https://gist.github.com/ysasaki/3149659</a>). </div><div><br></div><div>As I tried to take the same steps as mentioned on these pages I wasn’t getting to the expected result</div><div><br></div><div><font face="Menlo">-1- create app `dancer -a Foobar`</font></div><div><font face="Menlo">-2- `cd Foobar`</font></div><div><font face="Menlo">-0- ln -s ./bin/app.pl app.psgi (with or without ?)</font></div><div><font face="Menlo">-3- git init</font></div><div><font face="Menlo">-4- git add</font></div><div><font face="Menlo">-5- git commit</font></div><div><font face="Menlo">-6- heroku create --stack cedar --buildpack </font></div><div><font face="Menlo">    <a href="http://github.com/miyagawa/heroku-buildpack-perl.git">http://github.com/miyagawa/heroku-buildpack-perl.git</a></font></div><div><font face="Menlo">-7- .... everything gets installed.. Successfully!</font></div><div><font face="Menlo">-8- Visiting the link as provided by heroku should now work?</font></div><div><font face="Menlo">or am I missing something? </font></div><div><br></div><div>`heroku logs` mentions: </div><div><br></div><div><div><font face="Menlo">Starting process with command `perl -Mlib=$PWD/local/lib/perl5 ./local/bin/starman --preload-app --port 57400`</font></div><div><font face="Menlo">2013-12-11T23:03:52.119529+00:00 heroku[web.1]: Starting process with command `perl -Mlib=$PWD/local/lib/perl5 ./local/bin/starman --preload-app --port 32316`</font></div><div><font face="Menlo">2013-12-11T23:03:53.102716+00:00 app[web.1]: Error while loading /app/app.psgi: No such file or directory at (eval 10) line 4.</font></div><div><font face="Menlo">2013-12-11T23:03:53.510234+00:00 app[web.1]: Error while loading /app/app.psgi: No such file or directory at (eval 10) line 4.</font></div></div><div><br></div><div>Maybe someone has a clue and after a hint then I might get to the level of being able to write something about this.</div><div><br></div><div>Thanks,</div><div>Gert</div></body></html>