I've also heard that some people have had good experiences using
Capistrano to deploy PHP apps...

http://devblog.imedo.de/2008/6/23/wordpress-deployment-with-capistrano-2-and-git

In general, the way this works in with Apache/PHP, is by symlinking
the web root to a separate deployment path. When a new version of the
app is deployed, it goes into a timestamped directory rather than the
web root itself. That way, deploying and rolling back is just a matter
of changing the symlink.

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to