Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: What is YOUR Development Process?

by swiftone (Curate)
on Nov 08, 2005 at 17:53 UTC ( [id://506820]=note: print w/replies, xml ) Need Help??


in reply to Re: What is YOUR Development Process?
in thread What is YOUR Development Process?

# How do you move material to your test server, and from there to production server?
svn up?

Do you do so on a per-app basis (updating templates, modules, and cgis separately), or on a per-server basis (updating everything on the box at once)?

  • Comment on Re^2: What is YOUR Development Process?

Replies are listed 'Best First'.
Re^3: What is YOUR Development Process?
by badaiaqrandista (Pilgrim) on Nov 09, 2005 at 11:28 UTC

    i update everything together. i structure my svn repository like this:

    /
    -- lib
       -- modules
       -- shared template includes
    -- app-1
       -- templates
       -- cgis
    -- app-2
       -- templates
       -- cgis
    

    i put modules and shared template includes (i use mason just as an example) in lib because very likely, different apps need to share functionalities and some general templates (e.g. templates to show currencies)

    the benefit of this structure is that i have everything in one tree so i don't need to remember which module is needed by which cgi script with which version. the downside is that it takes a lot of space, but space is cheap nowadays.

    Badai

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-18 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found