SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Deployment Without
the Chaos!
By Eric Ritchie (eric@zend.com)




To watch the recorded webinar please go to:
http://bit.ly/H3vI6V

                                              © All rights reserved. Zend Technologies, Inc.
Eric Ritchie bids you welcome!
• Senior Technical Consultant and Trainer
  at Zend Technologies


• Zend Framework and PHP 5.3 ZCE


• Seventeen years of system administration experience


• Eleven years of PHP (3,4 & 5) and five years Zend
  Framework development experience


• Hobbies: Sampling good wines/whiskies
 (gifts welcome)


                     © All rights reserved. Zend Technologies, Inc.
The good old days of PHP development?
• A few developers working directly on a single server




                         SSH/Samba




                      © All rights reserved. Zend Technologies, Inc.
The professional version...
Version Control Server                                                      Testing/QA
Subversion/Git



                                                                Deploy



                                                                                          Deploy
  Development                                                              Production
  Workstation            Local Disk                                        Web Server /
                         Storage
                                                                           Cluster
                 d
                HTTP     Virtual
                         Web
                         Appliance




                          © All rights reserved. Zend Technologies, Inc.
Managing deployment

• Potential nightmare senario:
   Testing server controlled by integration team / Sysops

   Production server controlled by Sysops

   Only developers should need to know how to deploy

• Fast path to tranquility:
   Zend Server 5.6 Deployment features

   Zend Studio 9.0.1 Deployment tools

   Zend SDK




                         © All rights reserved. Zend Technologies, Inc.
Demo...


  Local Development and
  Simple Deployment




                 © All rights reserved. Zend Technologies, Inc.
Prerequisites

• Helps prevent deployment to incompatable targets
• Various tests possible:
   PHP version

   Required PHP modules

   Required PHP settings

   Zend Framework version

   Zend Server version

   Required Zend Server modules




                          © All rights reserved. Zend Technologies, Inc.
Demo...


  Prerequisites




                  © All rights reserved. Zend Technologies, Inc.
Triggers & variables

• Scripts are called at various points in the deploy process
   Deploy (Stage/Activate)

   Rollback

   Remove (Deactivate/Un-stage)

• Some helpful constants are defined automatically
   Version number

   Application base path

   Etc.

• User defined constants possible, supplied by the user at
  deployment time

                        © All rights reserved. Zend Technologies, Inc.
Demo...


  Triggers and
  Variables




                 © All rights reserved. Zend Technologies, Inc.
Rollback (or <Ctrl>Z)

• Ok, we deployed and our website is down... What now?
   Check the PHP error log?

   Check Zend Server event monitoring?

   Yell at the developers!

   Develop a fix and redeploy...

• Nah, better to act now and ask questions later:
   Undo!

   You can still check your logs while your website runs




                         © All rights reserved. Zend Technologies, Inc.
Demo...


  Rollback




             © All rights reserved. Zend Technologies, Inc.
Zend SDK

• Command line tool that allows (amongst other things):
  Creation of project templates (Hello World)

  Project check out from Git

  Prepare projects for deployment

  Deploy to multiple Zend Server / Cluster Manager instances

  Etc.

• Used internally by Zend Studio 9
• Open source project
• Download it here: http://code.google.com/p/zend-sdk/


                        © All rights reserved. Zend Technologies, Inc.
Web API

• Webservice based API that allows (amongst other things):
  Expansion/shrinking of an application cluster

  Deploy to local or remote Zend Server / Cluster Manager instances

  Changing the GUI password

  Acceptance of Zend Server EULA

  Retrival of monitoring data

  Retrieval of code tracing data

  Etc.




                        © All rights reserved. Zend Technologies, Inc.
Demo...


  Command Line
  Deployment using
  the Web API




                 © All rights reserved. Zend Technologies, Inc.
Cloud topics

• What happens when ″booting″ a new cloud server?
  You get a shiny new bare bones Linux server, that‘s all*

  What about your application?

• Let‘s see what happens...




                        © All rights reserved. Zend Technologies, Inc.
Demo...


  Cluster Expansion




                  © All rights reserved. Zend Technologies, Inc.
Package customisation

• Possible to adjust the deployment package when:
  Not the complete project should be deployed

  Project contains some static elements (libraries)




                        © All rights reserved. Zend Technologies, Inc.
So long...

• …and thanks for all the fish.




                       © All rights reserved. Zend Technologies, Inc.
Webinar

To watch the recorded webinar, please go to:
http://www.zend.com/en/resources/webinars/zend-
server#DChaos
or

http://bit.ly/H3vI6V




                     © All rights reserved. Zend Technologies, Inc.

Weitere ähnliche Inhalte

Mehr von Zend by Rogue Wave Software

Mehr von Zend by Rogue Wave Software (20)

To PHP 7 and beyond
To PHP 7 and beyondTo PHP 7 and beyond
To PHP 7 and beyond
 
Speed up web APIs with Expressive and Swoole (PHP Day 2018)
Speed up web APIs with Expressive and Swoole (PHP Day 2018) Speed up web APIs with Expressive and Swoole (PHP Day 2018)
Speed up web APIs with Expressive and Swoole (PHP Day 2018)
 
The Sodium crypto library of PHP 7.2 (PHP Day 2018)
The Sodium crypto library of PHP 7.2 (PHP Day 2018)The Sodium crypto library of PHP 7.2 (PHP Day 2018)
The Sodium crypto library of PHP 7.2 (PHP Day 2018)
 
Develop web APIs in PHP using middleware with Expressive (Code Europe)
Develop web APIs in PHP using middleware with Expressive (Code Europe)Develop web APIs in PHP using middleware with Expressive (Code Europe)
Develop web APIs in PHP using middleware with Expressive (Code Europe)
 
Middleware web APIs in PHP 7.x
Middleware web APIs in PHP 7.xMiddleware web APIs in PHP 7.x
Middleware web APIs in PHP 7.x
 
Ongoing management of your PHP 7 application
Ongoing management of your PHP 7 applicationOngoing management of your PHP 7 application
Ongoing management of your PHP 7 application
 
Developing web APIs using middleware in PHP 7
Developing web APIs using middleware in PHP 7Developing web APIs using middleware in PHP 7
Developing web APIs using middleware in PHP 7
 
The Docker development template for PHP
The Docker development template for PHPThe Docker development template for PHP
The Docker development template for PHP
 
The most exciting features of PHP 7.1
The most exciting features of PHP 7.1The most exciting features of PHP 7.1
The most exciting features of PHP 7.1
 
Unit testing for project managers
Unit testing for project managersUnit testing for project managers
Unit testing for project managers
 
The new features of PHP 7
The new features of PHP 7The new features of PHP 7
The new features of PHP 7
 
Deploying PHP apps on the cloud
Deploying PHP apps on the cloudDeploying PHP apps on the cloud
Deploying PHP apps on the cloud
 
Data is dead. Long live data!
Data is dead. Long live data! Data is dead. Long live data!
Data is dead. Long live data!
 
Optimizing performance
Optimizing performanceOptimizing performance
Optimizing performance
 
Resolving problems & high availability
Resolving problems & high availabilityResolving problems & high availability
Resolving problems & high availability
 
Keeping up with PHP
Keeping up with PHPKeeping up with PHP
Keeping up with PHP
 
Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i  Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i
 
Continuous Delivery e-book
Continuous Delivery e-bookContinuous Delivery e-book
Continuous Delivery e-book
 
Standard CMS on standard PHP Stack - Drupal and Zend Server
Standard CMS on standard PHP Stack - Drupal and Zend ServerStandard CMS on standard PHP Stack - Drupal and Zend Server
Standard CMS on standard PHP Stack - Drupal and Zend Server
 
The Truth about Lambdas and Closures in PHP
The Truth about Lambdas and Closures in PHPThe Truth about Lambdas and Closures in PHP
The Truth about Lambdas and Closures in PHP
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 

Deployment Without the Chaos!

  • 1. Deployment Without the Chaos! By Eric Ritchie (eric@zend.com) To watch the recorded webinar please go to: http://bit.ly/H3vI6V © All rights reserved. Zend Technologies, Inc.
  • 2. Eric Ritchie bids you welcome! • Senior Technical Consultant and Trainer at Zend Technologies • Zend Framework and PHP 5.3 ZCE • Seventeen years of system administration experience • Eleven years of PHP (3,4 & 5) and five years Zend Framework development experience • Hobbies: Sampling good wines/whiskies (gifts welcome) © All rights reserved. Zend Technologies, Inc.
  • 3. The good old days of PHP development? • A few developers working directly on a single server SSH/Samba © All rights reserved. Zend Technologies, Inc.
  • 4. The professional version... Version Control Server Testing/QA Subversion/Git Deploy Deploy Development Production Workstation Local Disk Web Server / Storage Cluster d HTTP Virtual Web Appliance © All rights reserved. Zend Technologies, Inc.
  • 5. Managing deployment • Potential nightmare senario:  Testing server controlled by integration team / Sysops  Production server controlled by Sysops  Only developers should need to know how to deploy • Fast path to tranquility:  Zend Server 5.6 Deployment features  Zend Studio 9.0.1 Deployment tools  Zend SDK © All rights reserved. Zend Technologies, Inc.
  • 6. Demo... Local Development and Simple Deployment © All rights reserved. Zend Technologies, Inc.
  • 7. Prerequisites • Helps prevent deployment to incompatable targets • Various tests possible:  PHP version  Required PHP modules  Required PHP settings  Zend Framework version  Zend Server version  Required Zend Server modules © All rights reserved. Zend Technologies, Inc.
  • 8. Demo... Prerequisites © All rights reserved. Zend Technologies, Inc.
  • 9. Triggers & variables • Scripts are called at various points in the deploy process  Deploy (Stage/Activate)  Rollback  Remove (Deactivate/Un-stage) • Some helpful constants are defined automatically  Version number  Application base path  Etc. • User defined constants possible, supplied by the user at deployment time © All rights reserved. Zend Technologies, Inc.
  • 10. Demo... Triggers and Variables © All rights reserved. Zend Technologies, Inc.
  • 11. Rollback (or <Ctrl>Z) • Ok, we deployed and our website is down... What now?  Check the PHP error log?  Check Zend Server event monitoring?  Yell at the developers!  Develop a fix and redeploy... • Nah, better to act now and ask questions later:  Undo!  You can still check your logs while your website runs © All rights reserved. Zend Technologies, Inc.
  • 12. Demo... Rollback © All rights reserved. Zend Technologies, Inc.
  • 13. Zend SDK • Command line tool that allows (amongst other things):  Creation of project templates (Hello World)  Project check out from Git  Prepare projects for deployment  Deploy to multiple Zend Server / Cluster Manager instances  Etc. • Used internally by Zend Studio 9 • Open source project • Download it here: http://code.google.com/p/zend-sdk/ © All rights reserved. Zend Technologies, Inc.
  • 14. Web API • Webservice based API that allows (amongst other things):  Expansion/shrinking of an application cluster  Deploy to local or remote Zend Server / Cluster Manager instances  Changing the GUI password  Acceptance of Zend Server EULA  Retrival of monitoring data  Retrieval of code tracing data  Etc. © All rights reserved. Zend Technologies, Inc.
  • 15. Demo... Command Line Deployment using the Web API © All rights reserved. Zend Technologies, Inc.
  • 16. Cloud topics • What happens when ″booting″ a new cloud server?  You get a shiny new bare bones Linux server, that‘s all*  What about your application? • Let‘s see what happens... © All rights reserved. Zend Technologies, Inc.
  • 17. Demo... Cluster Expansion © All rights reserved. Zend Technologies, Inc.
  • 18. Package customisation • Possible to adjust the deployment package when:  Not the complete project should be deployed  Project contains some static elements (libraries) © All rights reserved. Zend Technologies, Inc.
  • 19. So long... • …and thanks for all the fish. © All rights reserved. Zend Technologies, Inc.
  • 20. Webinar To watch the recorded webinar, please go to: http://www.zend.com/en/resources/webinars/zend- server#DChaos or http://bit.ly/H3vI6V © All rights reserved. Zend Technologies, Inc.