I'm not deploying to a Production environment, but I do utilize a Perl Test Harness that is distributed across a large test lab, with multiple platforms. The way we structure that is to assure that all machines are built to general specifications, including necessary compiled libraries and modules. Within the Test Harness is a Perl library that we use to keep libraries that can be utilizied across Windows and Unix platforms without worrying about compilation issues, we also include our own modules in there. This what with general requirements and our own structure we know what will be available, and have some programming standards to assure that in the case a library is unavailable there will be some graceful handling when possible.

When I did manage deployments I tried to handle things so all packages were able to be installed easily, had everything they needed to facilitate installs, and in certain situations we had rollback capability. You want the installs to be easy and have as minimal configuration as possible, both to add into Development, QA and Production environments but to minimize downtime in the case a deployment requires bringing down Customer facing applications. I could go into more, but its probably covered here, or in other forums, at length.


In reply to Re: How do manage your Perl application development, build, and deployment? by gokuraku
in thread How do manage your Perl application development, build, and deployment? by TGI

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.