|
RE: [OTish] Version Control?: msg#00645apache.mod-perl
Hi Jesse, I really like your approach, and appreciate your explanation. I'm wondering how you handle the packaging and installation; do you just use a shell script to put the different pieces where they belong, or have you devised something else? Right now I'm also using CVS for my web development, and have the modules built around ExtUtils::ModuleMaker. The server gets updated via the standard perl Makefile.PL && make && make test && make install. My htdocs and templates are in their own dirs but in the same overall hierarchy as what ModuleMaker generates, and they get installed during the 'make install' part through some extra rules in the Makefile.PL files. Devdocs are all in POD, but I don't really have the bin and cron types of things from your system well integrated; they seem too peripheral to include with the 'make install' stuff. Of course another consideration is that I'm developing for an intranet, not deploying to external customers, so I have a lot more control of the production server. Wes Sheldahl "Jesse Erlbaum" <jesse@xxxxxxxxxxx> on 10/30/2002 04:47:41 PM To: <modperl@xxxxxxxxxxxxxxx> cc: Subject: RE: [OTish] Version Control? <small excerpt from original post follows> Web development projects can map very nicely into CVS. We have a very mature layout for all web projects. In a nutshell, it boils down to this: "project/" + apache/ + bin/ + cron/ + devdocs/ + htdocs/ + modules/ + templates/ Jesse Erlbaum The Erlbaum Group jesse@xxxxxxxxxxx Phone: 212-684-6161 Fax: 212-684-6226 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | hangs on $ENV{'QUERY_STRING'}: 00645, Michael Forbes |
|---|---|
| Next by Date: | DBD::Oracle/Windows2000 OK from prompt, not mod_perl?: 00645, Larry Leszczynski |
| Previous by Thread: | Re: [OTish] Version Control?i: 00645, Richard Clarke |
| Next by Thread: | RE: [OTish] Version Control?: 00645, Jesse Erlbaum |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |