Perhaps a basic question -- I want to install a boatload of related software including Perl, Apache, mod_perl, boatloads of CPAN modules and gobs of other libraries on an Intel Xeon (dual core) Apple Xserve. Once it is all working there properly, I want to replicate it all on a few other Apple Xserves which are also Intel Xeon (quad core) based. All machines are running Leopard Server and have the same version of Xcode, etc.
Needless to say, I don't want to compile the whole enchilada multiple times. Could I install everything on one machine, and once everything is working there, just copy over the compiled binaries to the other machines and expect everything to just work?
Part of the issue would be ensuring that I am indeed copying everything I "just" installed. To do that, would it be safe to assume that if, after successfully installing everything on my "seed" machine, if I tar-gzipped the /usr/local/ directory and copied it over to the other machines, I would be grabbing everything I need?
Many thanks in advance for any insights in this.
--
when small people start casting long shadows, it is time to go to bed
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.