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.
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.
发布评论
评论(4)
或者用金钱换取时间和便利并选择托管提供商:http://wiki.catalystframework.org/wiki/hosting
Or trade money for time and convenience and pick a managed hosting provider: http://wiki.catalystframework.org/wiki/hosting
我们有一个将 Perl 应用程序部署到 DotCloud 几周前在我们当地的 Perl Mongers 会议上。讨论了部署 Catalyst 应用程序,当然不存在技术障碍。我的情况与您类似,但我的应用程序尚未准备好部署。
更新
我现在已经在 dotcloud 上成功部署了 Catalyst 应用程序,并且对结果非常满意。它已经在那里运行了几周,我发现 dotcloud 环境非常容易使用,就推送新代码、重新启动服务等而言。有官方文档和特定于 Catalyst 的演练。
最近,Phillip Smith 最近写了一篇 更新的 Catalyst 特定指南。
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.
Dreamhost 有一个很好的主机,您可以在其中安装 Catalyst 和任何您想要的东西。基本上,您需要一个帐户、一个“shell”用户类型和一个注册域。使用此项目,您可以通过 ssh 隧道访问服务器并安装 Catalyst 软件包。
干杯!
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!
点云太棒了。
我刚刚购买了 Webfusion VPS(我在那里工作,所以我认为可能可以获得一些内部知识)。
运行 perlbrew、cpanm 和我的 Cat 应用程序(有一个很好的 Makefile.PL)是微不足道的。让 nginx 发挥出色变得更加困难。
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.