Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Overall Directory Organization

by bibliophile (Prior)
on Nov 10, 2009 at 15:24 UTC ( [id://806237]=note: print w/replies, xml ) Need Help??


in reply to Overall Directory Organization

Here's what I use:
  • ~/prj/myproject/trunk
    • bin - cgi-bin stuff
    • conf - config files
    • devdocs - just like it sounds
    • externals - catch-all for support programs
    • logs
    • modules - module hierarchy
    • templates - mostly mimics modules hierarchy
    • updates - sequentially numbered SQL files to update database structure to "current version"
    • install.sh - single command to move everything necessary into "live" /opt/myproject, unlink/relink conf files, reload apache, etc
All under version control (svn), and Trac.

This layout (copped mainly from some CGI-App docs) works well enough for me, but then my current projects aren't particularly large; YMMV

Log In?
Username:
Password:

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

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

    No recent polls found