Deploying PHP Applications


出版时间:2016
官网链接:leanpub
下载地址:百度网盘(PDF)

内容简介:

The world for developers is becoming more and more agile. This increases the importance of having a great deploy process. Being able to adapt and react fast to changes is the way to stay agile. With a slow or complicated deploy process it becomes impossible to stay agile. You want to be able to respond fast to feedback and iterate with a fast and easy deploy (or rollback). That is the agile way.

A deploy is an important part of the software development process. Somehow it has been forgotten a bit in the PHP community. I hope to share my thoughts and experiences in this book to aid you in optimizing your deploy process. “Software rot” is something that happens to code if it’s not maintained in a proper way. When it comes to deploy I call it “shipping rot”. Let’s try to stay away from that and treat our deploy process as any other important part of our applications.

You might be a developer. You might be the manager of or product owner to a team of developers. You will benefit from this whomever you might be. Whether you want to optimize the deploy process for technical or management reasons doesn’t matter.

The style of the book will not be in the form of that you need to read the entire thing from start to finish. You could pick the areas where your process is suffering and focus on that. There will be both theory and technical implementation of the concepts.

This book is fully open source, you can find everything in the github repository: https://github.com/modess/deploying-php-applications, the book also has an external landing page here: http://www.deployingphpapplications.com/

给TA买糖
共{{data.count}}人
人已赞赏
电子书

The essentials of Object Oriented PHP

2016-3-4 17:09:17

电子书

iOS Apps with REST APIs

2016-3-9 18:03:53

搜索