Comments on: Deploying PHP applications with Phing http://systemsarchitect.net/2013/04/09/deploying-php-applications-with-phing/ Wed, 02 Dec 2015 22:20:50 +0000 hourly 1 http://wordpress.com/ By: Dmitry Pashkevich http://systemsarchitect.net/2013/04/09/deploying-php-applications-with-phing/comment-page-1/#comment-32 Tue, 25 Mar 2014 19:40:56 +0000 http://systemsarchitect.net/?p=557#comment-32 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.

Like

]]>
By: Damiano http://systemsarchitect.net/2013/04/09/deploying-php-applications-with-phing/comment-page-1/#comment-31 Fri, 20 Dec 2013 21:13:15 +0000 http://systemsarchitect.net/?p=557#comment-31 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

Like

]]>
By: Lukasz Kujawa http://systemsarchitect.net/2013/04/09/deploying-php-applications-with-phing/comment-page-1/#comment-30 Fri, 12 Apr 2013 09:24:23 +0000 http://systemsarchitect.net/?p=557#comment-30 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.

Like

]]>
By: Petah http://systemsarchitect.net/2013/04/09/deploying-php-applications-with-phing/comment-page-1/#comment-29 Fri, 12 Apr 2013 06:59:14 +0000 http://systemsarchitect.net/?p=557#comment-29 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.

Like

]]>