I could really use some direction folks.

I wrote a application. And it came from on high that it is so great that it would be used at several other campuses yeah!!!!.... Unforunately it hasn't been as easy to make happen as I had hoped.

It seems that because of the asp.net crazy that the other campuses are perl illerate maybe resistant is a better word.

So the politics run red in the IT department. It has been deemed that it isn't my responsiblity to go to the differant campuses and set them up BUT I have to support them besides the normal bugs and what not.

the application has a web interface that generates data entry forms with custom widgets and manages mutiple instances of the application and queries of the form data. Much of the work is done through a deamon that generates a custom CGI::Application for use with the custom widgets and queries.

I was thinking if I could create a installer it would be ideal and take most of the headache from the process. But after googling for some type of solution I am still drawing a blank. Should create it as a 'bundle' or some hand woven installer?

I realize that I have a few hurdles left... windows vs linux installations, Line endings, install locations, module dependancies and whatever crops up as I proceed. If I don't use a 'bundled' installer.

Is creating a 'module bundle' the best approach for this or is there some magic that I don't know about.


In reply to perl application installation by arcnon

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.