If you don't need Apache or whatever helping you out for the moment, you could use Starman, this assumes you're using the latest Catalyst with full Plack support. Once Starman is installed, it should be as easy as:<div>
<br></div><div>starman myapp.psgi</div><div><br></div><div>where "myapp.psgi" is the PSGI script the latest Catalyst provides for your application.</div><div><br></div><div>Then, later, if you want nginx or Apache or lighttpd or whatever the favorite web server du jour is to help with security or routing or static file service or load balancing or something, you can just provide a reverse proxy to your starman server.</div>
<div><br></div><div><div><div class="gmail_quote">On Wed, Sep 14, 2011 at 9:29 AM, Jonathan Otsuka <span dir="ltr"><<a href="mailto:djgoku@gmail.com">djgoku@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I would like to deploy a small app, but not sure which option I should pick. I would like setup to be as easy aa possible.<br>
<font color="#888888"><br>
Jonathan Otsuka<br>
_______________________________________________<br>
kc mailing list<br>
<a href="mailto:kc@pm.org">kc@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/kc" target="_blank">http://mail.pm.org/mailman/listinfo/kc</a><br>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br>Andrew Sterling Hanenkamp<br><a href="mailto:sterling@hanenkamp.com">sterling@hanenkamp.com</a><br>785.370.4454<br>
</div></div>