Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re[2]: How do you organize your Perl applications?

by Anonymous Monk
on Apr 05, 2003 at 16:26 UTC ( [id://248311]=note: print w/replies, xml ) Need Help??


in reply to Re[2]: How do you organize your Perl applications?
in thread How do you organize your Perl applications?

I disagree with that recommendation.

There are many cases where you want to allow multiple configurations to co-exist on the same machine. For instance multiple developers on one machine, each with their own home directory. Or staging and production versions of the same site on the same machine, served from different IP addresses.

Of course if this is for broader distribution and not just for internal use, then be nice to administrators and put configuration files where the sysadmin will expect it - namely /etc. But for internal use...?

  • Comment on Re: Re[2]: How do you organize your Perl applications?

Replies are listed 'Best First'.
Re[4]: How do you organize your Perl applications?
by PotPieMan (Hermit) on Apr 05, 2003 at 16:40 UTC
    I'm sorry if I wasn't clear before. When I said "standard UNIX etc directory", I meant the following:

    Inside your project directory (whether in your home directory, in CVS, or in some other version control system), create an etc directory for storing configuration files.

    I definitely do not recommend putting everything in /etc. Sorry for the confusion.

    --PotPieMan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 21:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found