Comments on: Deploying PHP applications with Phing http://systemsarchitect.net/deploying-php-applications-with-phing/ Software Design & Programming Wed, 04 Feb 2015 09:28:59 +0000 hourly 1 http://wordpress.org/?v=3.9.8 By: Dmitry Pashkevich http://systemsarchitect.net/deploying-php-applications-with-phing/#comment-16713 Tue, 25 Mar 2014 19:40:56 +0000 http://systemsarchitect.net/?p=557#comment-16713 You can tell Composer where to put binaries when fetching dependencies:

“config”: {
“vendor-dir”: “src/vendor”,
“bin-dir”: “bin”
}

That way you will run phing via bin/phing from the project directory.

]]>
By: Damiano http://systemsarchitect.net/deploying-php-applications-with-phing/#comment-10270 Fri, 20 Dec 2013 21:13:15 +0000 http://systemsarchitect.net/?p=557#comment-10270 Thank you! I was looking forward to find a post like this!
Is there anyway to get the SQL undo file automatically built by phing. If I remember correctly Weploy can do it

]]>
By: Lukasz Kujawa http://systemsarchitect.net/deploying-php-applications-with-phing/#comment-263 Fri, 12 Apr 2013 09:24:23 +0000 http://systemsarchitect.net/?p=557#comment-263 Very good point! We keep having conflicts from time to time but I didn’t give any thought to it. That makes perfect sense, thank you for that Petah.

]]>
By: Petah http://systemsarchitect.net/deploying-php-applications-with-phing/#comment-261 Fri, 12 Apr 2013 06:59:14 +0000 http://systemsarchitect.net/?p=557#comment-261 Nice article. Just 1 comment on you database delta naming. You should use a timestamp instead of an incremental number, so when working in teams, your new deltas won’t conflict.

]]>