Search the web
Sign In
New User? Sign Up
scm-patterns · Patterns applied to Software CM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
LAMP/Web SCM   Message List  
Reply | Forward Message #1119 of 1133 |
Re: LAMP/Web SCM

Hi Folks,

In response to Randy's question and to further Thiago's discussion:
We've gone as far as using continuous integration even for config
files. The leverage that we have with regards to our build/deploy model
means that we can take our apache configs, push them into a repo, run
our build wrapper -- and output a package for deployment. The whole
process executes a shell script (sh) that labels, pulls from our
Subversion repo, and kicks off an Ant build.xml, which in turn calls a
number of other processes where needed. We use this same methodology
for all code, be it Java,C, JavaScript, or other. The added component
for us, is the Operating System level packages (some may find this a bit
extravagant) - Solaris and RedHat, which we can auto deploy to any
server. The built in functionality of the packages (of course, hand
crafted) gives us the leverage to deploy the same package to our
development environment, quality assurance, and to production
environments without changing any configs.

From the repo perspective, you end up with repeatable, labeled, and
reproducible builds.

Cheers,
Kevin




Fri Feb 20, 2009 8:26 pm

dorkowitz90210
Offline Offline
Send Email Send Email

Forward
Message #1119 of 1133 |
Expand Messages Author Sort by Date

Just curious to know who in the group is doing SCM and/or continuous integration with Web based products (read PHP)? What tools are you using? I'm new to the...
randy at SPiNInternet...
randomx2000
Offline Send Email
Feb 11, 2009
8:14 pm

Hi All, From my point of view, the purpose of continuous integration when used with technologies such as PHP (or any other interpreted only language) is mainly...
Thiago Burgos
thiagohenriq...
Offline Send Email
Feb 12, 2009
1:27 pm

Hi, We have been using ANT and cruise control for builds and deployments, SVN for version control, Selenium for functional testing and PHPUnit for unit ...
Sarath Kummamuru
kcsarath
Offline Send Email
Feb 12, 2009
2:17 pm

Hi Folks, In response to Randy's question and to further Thiago's discussion: We've gone as far as using continuous integration even for config files. The...
Kevin
dorkowitz90210
Offline Send Email
Feb 20, 2009
8:26 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help