Hi OfficeLinebacker,

I've done some things using OpenShift by RedHat. In the end, though, I want to use a more current Perl than 5.10, so the preconfigured gears are inadequate. A custom gear is not hard to set up. Then using git and cpanm, and bootstraping local::lib, seems like a good solution. It's still more complicated than it needs to be since OpenShift uses an unusual setup for installing modules. One lists them in a dependency file and OpenShift installs them. It works, it's free up to a point, and seems good for proof of concept kind of stuff.

I didn't know about Perl on Heroku. Sounds like it's worth a try.

chromatic posted something to Twitter a little while ago about cloudatcost.com. $12 a year, or $35 one time fee. I'm trying it out and so far am enjoying it. It's very easy to get started and one just installs whatever. Bootstraping local::lib, using cpanm, and using git is just easy and solid. I'm developing on my desktop/laptop, pushing to github and then cloning that from my cloudatcost server.


In reply to Re: Perl equivalent to Heroku/Elastic Beanstalk? by itnomad
in thread Perl equivalent to Heroku/Elastic Beanstalk? by OfficeLinebacker

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.