Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Deploying perl modules on multiple systems.

by balajinagaraju (Sexton)
on May 22, 2012 at 04:35 UTC ( [id://971718]=perlquestion: print w/replies, xml ) Need Help??

balajinagaraju has asked for the wisdom of the Perl Monks concerning the following question:

Hi , I have been looking for a solution to a problem which i am currently facing,we have a framework which we have developed using perl and some perl modules. Now we want to deploy this framework on multiple systems(currently only on windows platform). Since the framework is built using many perl modules which i have downloaded i don't intend to download the modules again in each target system. How do i achieve this? Can anyone please suggest a solutions for this.

Replies are listed 'Best First'.
Re: Deploying perl modules on multiple systems.
by BrowserUk (Patriarch) on May 22, 2012 at 04:55 UTC
    Can anyone please suggest a solutions for this.

    If the systems are on the same network, install Perl on the domain server and run the application via a share.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    The start of some sanity?

      Hi, We need to share the framework for our customers outside our network, how do we take care of this.? We would like to have an automated procedure or a script which will extract the libraries as well as our code onto there system and deploy it.

        Perhaps you should look at PAR; but I've never used it, so I cannot say more.


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

        The start of some sanity?

Re: Deploying perl modules on multiple systems.
by jack123 (Acolyte) on May 22, 2012 at 09:30 UTC
    The best thing for this project is that you can convert your script to executable one using PAR, PP, or using Active perl development kit. It depends which format you require for your OS, but it's easy to create that format using PDK. Once your script is in executable form as per the OS , you can easily run it without downloading the modules again and again.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://971718]
Approved by BrowserUk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-28 18:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found