Practical PHP Deployment with Jenkins

A presentation at Southeast PHP in in Nashville, TN, USA by Adam Culp

Developers would love to “automate all the things”, but where do we start? What tools exist for automating? And what can actually be automated? If we don’t have unit tests can we still benefit from deployment automation? Adam Culp will show how a PHP application pulled from git, complete with unit tests, Composer dependency management, and package creation can be deployed flawlessly using Jenkins. Then see how “Dev” and “Ops” are supported by a system if the application breaks through automated rollbacks.