Tuesday 24 November 2015

[dcphp-dev] Re: PHP Deployment Tool

We used PHPCI for Continuous Integration. 
https://www.phptesting.org/

This is integrated with our Git Repository, that pulls the code and publish as soon as there is a change. We also integrated some unit test automation so that build fails if certain conditions are not met. 
For deployment builds, we just created simple linux scripts that worked for our projects needs. 

As PHP is mostly just copying the folders/files, most of the time simple self create build scripts are better than tools. If your project uses more than that, then you should consider these heavy lifting tools such as Capistrano.

Ghazenfer


On Monday, November 23, 2015 at 4:38:15 PM UTC-5, himanshu patel wrote:
Hi All,

I have few portals that ( outsourced years ago) have to get in-house and maintain until we re-architect those.

PHP Codebase for those project is very old styled. No Framework implementation, not much classes or any oops patterns implemented in it.
Now, I want to automate deployment process to dev, stage and prod servers.

Any suggestions for any deployment ( build ) tool that I can use for it ?

Best Regards,
Himanshu Patel.

--
You received this message because you are subscribed to the Google
Group: "Washington, DC PHP Developers Group" - http://www.dcphp.net
To post, send email to washington-dcphp-group@googlegroups.com
To unsubscribe, send email to washington-dcphp-group+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/washington-dcphp-group?hl=en
---
You received this message because you are subscribed to the Google Groups "Washington, DC PHP Developers Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to washington-dcphp-group+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

0 comments:

Post a Comment