For our intranet, we simply designated another computer as our intranet server, and kept it behind the firewall. Our main webserver (for external use) is outside the firewall, and our intranet server - being inside the firewall - can be accessed by anyone within the company. Once you leave the company, the firewall keeps your intranet secure.

You just install ActivePerl or whatever you're using the same way as you would for a normal webserver - the firewall keeps the intranet from being accessed by anyone outside the company. That's presuming you don't want your intranet to be accessed by employees at home - if you /do/ want your intranet access at home - while keeping it away from J. Random User, then you'd need to set up a VPN or something, which is /way/ beyond my scope of explanation :)

"I don't want the world; I just want your half"


In reply to Re: How to install perl for intranet? by Agermain
in thread How to install perl for intranet? by tapesorcdz

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.