Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: deploying Perl project to production

by jbert (Priest)
on Aug 15, 2008 at 09:52 UTC ( [id://704508]=note: print w/replies, xml ) Need Help??


in reply to deploying Perl project to production

One nice way to do it is to make a distributable perl module out of each project, and do the
export PREFIX=/your/prefix make make test make install
Or even create packages (.deb, .rpm) which matches your deployment platform. i.e. use a well-understood format (perl/CPAN foo.tar.gz or package) as the deployment medium, since you know it works and there are probably additional tools to help you manage. You can normally set up your own package server (local apt source or local CPAN) too.

It's more work to set up initially, but it's nice to use the 'standard' tools for this sort of thing. There are fewer surprises and you get more fringe benefits.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-19 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found