I’m looking for a capistrano or equivalent solution to delpoy a wordpress/buddypress site on IIS and MySQL database server. Anyone, ever do this using capistrano or something else?
There is a similar question on here, but its for .net and sql server.
I would rather not use cygwin, so if that rules out capistrano all together. I’m open to other suggestions.
Have you looked at phing (Phing is not GNU make)?
It’s basically a project build/deployment solution based on Ant. It’s platform independent and doesn’t have any dependencies. I’ve used it in PHP projects and it works pretty well.