John
John

Reputation: 221

How to set up local repository for PPM?

I am using Active Perl and am looking for ways to set up a local repository to install various modules. Main reason behind is the production server has no internet access.

Can anyone point me any quick start or step-by-step tutorials on this?

Upvotes: 2

Views: 3342

Answers (1)

lexu
lexu

Reputation: 8849

To use the GUI ppm manager most likely requires a httpd (a.k. web server) that gives PPM access to the *.ppd and *.tgz files over http. I'm not sure I'd choose that over doing it from the command line.

Upvotes: 1

Related Questions