Mark Meyer wrote:
> Goal: need to develop and upgrade "Framework" (for our LAMP based
> application stack). Our existing upgrade facility is written in perl.
> Our current approach is VERY simple. I distribute our upgrades (as one
> large tar file) on a CD - to the customer. The customer mounts the CD
> and runs a script (written in perl) that performs the upgrade process.
> I would like to shift our paradigm to packages that that could be
> downloaded via the web and installed on the server.
http://www.drdobbs.com/web-development/184416190;jsessionid=INWMHY1YMHIY3QE1GHPCKH4ATMY32JVN
http://www.stonehenge.com/merlyn/LinuxMag/col42.html
I put my mini-CPAN on a web server on my LAN, configure cpan on all my
machines to use it, and install from there. With more work, I could put
the server in my DMZ and configure my firewall to control access.
HTH,
David
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/