Hello Monks,

I am creating a WebApp that will be installed at a customer site on a Linux Server. It is becoming fairly detailed and complex and makes use of a lot of CPAN perl modules that don't ship with the normal perl distribution, as well as some linux programs that will also need to be installed/compiled/updated. So my questions are as follows:

1)Since this server may not have net access to CPAN/outside network I need to create an install program/package that will have some intelligent checking and install capabilities....what would be some good ways to go about this?

2)This WebApp uses Apache, Mysql,OpenSSl,Mod_Perl and Html::Mason, which all have some modules/packages that need to be built and compiled with the appropriate combination to allow the WebApp to work properly...Since I figure I am not the first to be faced with this installation problem I thought I would ask how people go about tackling this issue, since I will need to do this over and over again??

Thanks in advance for any insight/help/guidance you can give me on this subject!


In reply to WebApp Installation Preparation by perldragon80

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.