To set up a local repository

  1. D/L all the PPD files for the modules concerned to a directory (perlmodules)
  2. Follow the links in the PPD to D/L the module tar.gz files.
  3. Create subdirectories for each relevant architecture and move archives to appropriate directory.
  4. Edit The location in each PPD to reflect a file://protocol and appropriate relative path (use '/') form for each architecture.
  5. start PPM
  6. set repository LOCAL d:\perlmodules
  7. search (best done on a box w/o inet access)
  8. If the modules show perform a test install. If it works you are ready to transfer to CDROM if not locate the mispelling or bad link and try again.
  9. reset your PPM LOCAL repository to the CDROM drive
  10. Issue a set save command to save configuration.
  11. Other stations only require the repository setting to access the CDROM. You may want to remove any other default repositories by issuing set repository --remove repositoryname.

Talwyn


In reply to Re: Re: Local Library Repository by talwyn
in thread Local Library Repository by blackadder

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.