Skip to Content
Mastering PHP 7
book

Mastering PHP 7

by Branko Ajzele
June 2017
Intermediate to advanced
536 pages
9h 49m
English
Packt Publishing
Content preview from Mastering PHP 7

Automating the deployment

Deploying a PHP application primarily implies deploying PHP code. Since PHP is an interpreted and not compiled language, the PHP applications deploy their code as-is, in source files. This means that there is no real build process involved when deploying an application, which further means that application deployment can be as easy as doing a git pullwithin a server web directory. Surely, things are never that simple, as we often have various other bits that need to fit in place when the code is deployed, such as databases, mounted drives, shared files, permissions, other services connected to our server, and so on.

We can easily imagine the complexity of having to manually deploy code from a single git repository ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning PHP 7

Learning PHP 7

Antonio L Zapata (GBP)
Upgrading to PHP 5

Upgrading to PHP 5

Adam Trachtenberg

Publisher Resources

ISBN: 9781785882814Supplemental Content