Hi Dermot, I got the same issue and open a ticket in dotcloud and they answered:
* Jérôme Petazzoni, Sep-05 21:46 (PDT):* Hi, I remember that had a very similar issue when I tried to run Catalyst on DotCloud. Assuming that you used Catalyst::Devel to generate a Catalyst app skeleton, did you run "perl Makefile.PL" locally, to generate meta.yml and the inc directory? Best regards, This work for me :) On Tue, Nov 1, 2011 at 8:27 AM, Dermot <[email protected]> wrote: > On 1 November 2011 01:51, Richard Thomas <[email protected]> wrote: > >> > >> Does anyone have any experience of deploying a Cat App onto dotcloud? > >> I have an cat app that works fine on my pc using the built-in server > >> but doesn't work on dotcloud. > > > > Hi Dermot, > > I have a Catalyst-based app running successfully on DotCloud. > > > >> I have seen a couple of examples but seem to have come un-stuck. After > >> creating my Cat app and the installing the dotcloud cli, I pushed my > >> app thus: > >> ... > > > > There are a few gotchas that I encountered along the way. > > > > 1) I could never get Session::Store::FastMmap to compile on my dotcloud > service, and eventually gave up and used Session::Store::File > > 2) The latest versions of Catalyst (with built-in Plack) use a type of > streaming that dotcloud's nginx-based service doesn't cope with. (Or > didn't, at least, when my app exploded on upgrading Catalyst a few months > back. This problem may now be solved.) > > 3) One of the tutorials had a typo in the Makefile.PL that it took me a > long time to figure out. > > > > What I suggest you do is ssh into your dotcloud www instance, and just > run perl -MMoose -e 'say "OK";' and you'll quickly see whether Moose is > available or not. Until I solved the problem referred to at (3) above, I > had just installed everything via ssh, ie: > >> ssh myapp.www > > $ cpanm install Moose > > $ cpanm install Catalyst > > $ cpanm install Template > > > > etc. Eventually I was able to plackup my app via ssh. I couldn't connect > to it, of course, but at least I knew it compiled OK. > > > > I see miyagawa has replied to your post on dotcloud's forum as well. > Hope you solve it, dotcloud is an excellent platform. > > Wow lots of information there and back on the forum. I'll get busy > tonight when I'm not at $work and see if I can push things along. > > Thanks for the advice. > Dp. > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ >
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
