4

I would like to use the Perl Catalyst Framework on a Shared Hosting Service, but I don't know if there are any that do support it. Are there minimum requirements in order to be able to run a catalyst app?

Any help is appreciated.

McGarnagle
  • 101,349
  • 31
  • 229
  • 260
kushan-
  • 168
  • 1
  • 7

4 Answers4

4

Or trade money for time and convenience and pick a managed hosting provider: http://wiki.catalystframework.org/wiki/hosting

daxim
  • 39,270
  • 4
  • 65
  • 132
  • Could you be more specific? From my point of view: perl web development stands behind the Wall. And the Wall is made from module dependencies. I don't know scenario, how to satisfy dependencies on shared host **without** shell access. Almost all shared host solutions don't have access to shell, AFAIK. – w.k Feb 11 '11 at 21:11
  • 1
    That's a different topic, go [open a new question](http://stackoverflow.com/questions/ask). – daxim Feb 12 '11 at 09:08
  • 1
    What i ask is exactly what OP asked, so i think your answer in this form was blurry. I hoped you have more deep knowledge and experience. – w.k Feb 12 '11 at 09:45
1

Dreamhost have a good hosting where you can install Catalyst and whatever you want. Basically you need an account, a 'shell' user type and a registered domain. With this items you can access the server through ssh tunnel and install the Catalyst packages.

Cheers!

1

We had a demo of deploying a perl app (it wasn't Catalyst based, but that's neither here nor there) to DotCloud at our local Perl Mongers' meeting a couple of weeks ago. Deploying a Catalyst app was discussed, and there's certainly no technical impediment. My situation is similar to yours, but my app is not quite ready for deployment.

UPDATE

I have now successfully deployed my Catalyst app on dotcloud, and have been quite pleased with the results. It's been running there now for a couple of weeks, and I have found the dotcloud environment quite easy to work with, as far as pushing new code, restarting the service and so on is concerned. There is official documentation, and a Catalyst-specific walk-through.

More recently, Phillip Smith has recently written an updated, Catalyst-specific guide.

RET
  • 9,100
  • 1
  • 28
  • 33
0

Dotcloud is awesome.

I've just bought a Webfusion VPS (I'm working there so I figured some inside knowledge might be available).

Running up perlbrew, cpanm and my Cat app (which had a good Makefile.PL) was trivial. Getting nginx to play nicely has been harder.

Dave Hodgkinson
  • 375
  • 4
  • 13