OfficeLinebacker has asked for the wisdom of the Perl Monks concerning the following question:
I have been engineering a Heroku app (mostly handing the infrastructure and making some code edits, but a Node dev has been doing the heavy coding) and I've become enamored of the "Platform as a Service (PaaS)" model that Heroku and AWS Elastic Beanstalk provide. Coding, keeping it all in git, and once I like how it looks on my dev box, pushing it to a heroku remote git repo is the deployment. Very neat. I'm wondering, is there any equivalent to this type of deployment system for Perl?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl equivalent to Heroku/Elastic Beanstalk?
by davido (Cardinal) on Nov 27, 2013 at 17:23 UTC | |
Re: Perl equivalent to Heroku/Elastic Beanstalk?
by itnomad (Scribe) on Nov 27, 2013 at 18:44 UTC |