Deploying php applications

Niklas Modess
Niklas ModessCode Monkey at Nevertheless
DEPLOYING PHP
APPLICATIONSByNiklasModess
WHO AM I?
@niklasmodess
codingswag.com
Freelance /consultantweb architect
Developed and deployed PHP applications for 10+ years
Currentlydevelopingmostlyin Laravel
Co-organizer of the meetup group LaravelStockholm
THE BOOK
https://leanpub.com/deploying-php-
applications/c/SYMFONYCAMP
$9.99 with this link ($5discount)
WHY AM I HERE?
To sellmybook ;)
To spread deploymentprocess awareness
Discuss goals and steps for deployment
WHAT I'M NOT HERE FOR
Talk aboutdeploymenttools
Talk aboutserver provisioningtools
Show you commands
Show you code
Discuss system specific things
WHY SHOULD WE TALK ABOUT THIS?
It's abouttime we do it
Helps our entire developmentprocess
Gain confidence as adeveloper
THE PHP WORLD
PHP: afractal of bad design
FUCK THE HATERS
EXCITING TIMES!
Bestpractices
Testing
Continous integration
.. and even OOP
BUT...
Whathappened to deploymentin allthis?
THE AGILE WORLD
Agile: "Characterized by quickness, lightness,
and ease of movement."
Stayingagile with deploymentis about
RESPONDING QUICKLY
TO FEEDBACK
Work in
SPRINTS
butplan for the
MARATHON
RELEASE CYCLES
The new version is done, ship it.
I'm done, ship it.
X amountof time has passed, ship it.
I pushed it, ship it.
ENVIRONMENTS
THE USUAL ONES
Local
Development
Staging
Production
(Testing)
QUESTIONS
Do we have separate environments?
Are theyrepeatable/provisioned?
Do we have abranchingstrategyfor our version control?
Stagingas closetoproductionas possible?
PITFALL #1
This:
{
id:1
}
Can turn into this:
{
id:"1"
}
PITFALL #2
PascalCasedClass.php
classPascalCasedClass{}
index.php
require_once('Pascalcasedclass.php');
Willonlywork in enviromentthathandles its file system case
insensitive.
I LIKE DIVERSITY
As longas itstays outof mysoftware environments
THE STORY ABOUT AN APPLICATION
.. come up with an idea
.. do some wireframes
.. code, code, code
.. celebrate finishingcode
.. shit, we have to deployit
.. well, doit quicklythen
The deploymentprocess is almostalways
AD HOC
Areaction to your applications state
"Ducttape deployment""
AUTOMATE
EVERYTHING!
MANUL STEPS
Are the rootof allevil
AN EXAMPLE OF A MANUAL STEP
classAssets
{
constREVISION=14;
}
<linkrel="stylesheet"href="style.css?v=<?=Assets::REVISION?>"type="text/css">
THE GOALS
In anice and ordered list
WE WANT IT TO BE
Automated
Responsive
Atomic
Reversible
Simple
Fast
Agnostic
ROLLBACKS
Are justas important, and should complywith the goals
MATURITY
Aquite naturalprocess (hopefully)
THE STEPS
Documentation
Automation
Verification
Notification
Tests
Tools
Monitoring
WHAT COULD IT TAKE CARE OF?
Runningtests
Database migrations
Cache bust&warm up
Dependencies
Static assets/contents
Generate documentation
Restartservices
Restartqueues /workers
Symlink folders
... any tool with acli or api
THANK YOU!
QUESTIONS?
1 of 32

Recommended

A Developer Day 2014 - Durban by
A Developer Day 2014 - Durban A Developer Day 2014 - Durban
A Developer Day 2014 - Durban Robert MacLean
859 views38 slides
The Night Before Christmas by
The Night Before ChristmasThe Night Before Christmas
The Night Before ChristmasElvaMay
755 views14 slides
Improving WordPress Performance: Xdebug and PHP profiling by
Improving WordPress Performance: Xdebug and PHP profilingImproving WordPress Performance: Xdebug and PHP profiling
Improving WordPress Performance: Xdebug and PHP profilingSeravo
136 views47 slides
Christmas Is Coming by
Christmas Is ComingChristmas Is Coming
Christmas Is ComingElvaMay
1.5K views13 slides
4LL12 by
4LL124LL12
4LL12João Cabral
207 views16 slides

More Related Content

What's hot

Building your first WordPress plugin by
Building your first WordPress pluginBuilding your first WordPress plugin
Building your first WordPress pluginJustin Foell
1K views12 slides
ILLUMINZ Presentation by
ILLUMINZ PresentationILLUMINZ Presentation
ILLUMINZ PresentationSanchit Thakur
540 views31 slides
Frontend Crash Course by
Frontend Crash CourseFrontend Crash Course
Frontend Crash CourseTJ Stalcup
82 views28 slides
Funny Christmas by
Funny ChristmasFunny Christmas
Funny ChristmasElvaMay
2.7K views6 slides
Question 6 by
Question 6Question 6
Question 6Edd Robinson
213 views9 slides
Session 8 summary v55 by
Session 8 summary v55Session 8 summary v55
Session 8 summary v55Paolo Virata
374 views29 slides

What's hot(6)

Building your first WordPress plugin by Justin Foell
Building your first WordPress pluginBuilding your first WordPress plugin
Building your first WordPress plugin
Justin Foell1K views
Frontend Crash Course by TJ Stalcup
Frontend Crash CourseFrontend Crash Course
Frontend Crash Course
TJ Stalcup82 views
Funny Christmas by ElvaMay
Funny ChristmasFunny Christmas
Funny Christmas
ElvaMay2.7K views
Session 8 summary v55 by Paolo Virata
Session 8 summary v55Session 8 summary v55
Session 8 summary v55
Paolo Virata374 views

Similar to Deploying php applications

Ask Me Anything: 10 Answers to Your Questions About PHP Frameworks by
Ask Me Anything: 10 Answers to Your Questions About PHP FrameworksAsk Me Anything: 10 Answers to Your Questions About PHP Frameworks
Ask Me Anything: 10 Answers to Your Questions About PHP FrameworksSilicon It Hub Pvt Ltd.
24 views1 slide
The trend of laravel application development will never end! by
The trend of laravel application development will never end!The trend of laravel application development will never end!
The trend of laravel application development will never end!Concetto Labs
28 views14 slides
How composer saved PHP by
How composer saved PHPHow composer saved PHP
How composer saved PHPRyan Kilfedder
521 views35 slides
DevOps-ing the Mainframe by
DevOps-ing the MainframeDevOps-ing the Mainframe
DevOps-ing the MainframeDevOps.com
733 views17 slides
Introduction to PHP - SDPHP by
Introduction to PHP - SDPHPIntroduction to PHP - SDPHP
Introduction to PHP - SDPHPEric Johnson
687 views49 slides
Become a webdeveloper - AKAICamp Beginner #1 by
Become a webdeveloper - AKAICamp Beginner #1Become a webdeveloper - AKAICamp Beginner #1
Become a webdeveloper - AKAICamp Beginner #1Jacek Tomaszewski
867 views91 slides

Similar to Deploying php applications(20)

The trend of laravel application development will never end! by Concetto Labs
The trend of laravel application development will never end!The trend of laravel application development will never end!
The trend of laravel application development will never end!
Concetto Labs28 views
DevOps-ing the Mainframe by DevOps.com
DevOps-ing the MainframeDevOps-ing the Mainframe
DevOps-ing the Mainframe
DevOps.com733 views
Introduction to PHP - SDPHP by Eric Johnson
Introduction to PHP - SDPHPIntroduction to PHP - SDPHP
Introduction to PHP - SDPHP
Eric Johnson687 views
Become a webdeveloper - AKAICamp Beginner #1 by Jacek Tomaszewski
Become a webdeveloper - AKAICamp Beginner #1Become a webdeveloper - AKAICamp Beginner #1
Become a webdeveloper - AKAICamp Beginner #1
Jacek Tomaszewski867 views
Brief Intro to Phoenix - Elixir Meetup at BukaLapak by Riza Fahmi
Brief Intro to Phoenix - Elixir Meetup at BukaLapakBrief Intro to Phoenix - Elixir Meetup at BukaLapak
Brief Intro to Phoenix - Elixir Meetup at BukaLapak
Riza Fahmi2.2K views
YLS_presentation_en_2016 by Dima Semchuk
YLS_presentation_en_2016YLS_presentation_en_2016
YLS_presentation_en_2016
Dima Semchuk80 views
5 best practices in dev ops culture by Edureka!
5 best practices in dev ops culture5 best practices in dev ops culture
5 best practices in dev ops culture
Edureka!3.4K views
Introduction to Laravel 4, Developer Conference - Digital World 2014 by Mozammel Haque
Introduction to Laravel 4, Developer Conference - Digital World 2014Introduction to Laravel 4, Developer Conference - Digital World 2014
Introduction to Laravel 4, Developer Conference - Digital World 2014
Mozammel Haque1.1K views
User Group Meeting PaperVision3D by Almog Koren
User Group Meeting PaperVision3DUser Group Meeting PaperVision3D
User Group Meeting PaperVision3D
Almog Koren525 views
Introduction to Phoenix Web Framework by Riza Fahmi
Introduction to Phoenix Web FrameworkIntroduction to Phoenix Web Framework
Introduction to Phoenix Web Framework
Riza Fahmi931 views
Eugene PHP June 2015 - Let's Talk Laravel by anaxamaxan
Eugene PHP June 2015 - Let's Talk LaravelEugene PHP June 2015 - Let's Talk Laravel
Eugene PHP June 2015 - Let's Talk Laravel
anaxamaxan899 views
Introduction to PHP (SDPHP) by Eric Johnson
Introduction to PHP   (SDPHP)Introduction to PHP   (SDPHP)
Introduction to PHP (SDPHP)
Eric Johnson784 views
Uvod u php - Danilo Purić i Tarik Zaimović by Bild_Studio
Uvod u php - Danilo Purić i Tarik ZaimovićUvod u php - Danilo Purić i Tarik Zaimović
Uvod u php - Danilo Purić i Tarik Zaimović
Bild_Studio326 views
PHP Ecosystem and Best Practices by Avivi Academy
PHP Ecosystem and Best PracticesPHP Ecosystem and Best Practices
PHP Ecosystem and Best Practices
Avivi Academy161 views

Recently uploaded

DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan... by
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...Deltares
10 views30 slides
ict act 1.pptx by
ict act 1.pptxict act 1.pptx
ict act 1.pptxsanjaniarun08
12 views17 slides
El Arte de lo Possible by
El Arte de lo PossibleEl Arte de lo Possible
El Arte de lo PossibleNeo4j
34 views35 slides
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J... by
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...Deltares
7 views24 slides
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra... by
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra....NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...Marc Müller
35 views62 slides
Roadmap y Novedades de producto by
Roadmap y Novedades de productoRoadmap y Novedades de producto
Roadmap y Novedades de productoNeo4j
43 views33 slides

Recently uploaded(20)

DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan... by Deltares
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...
DSD-INT 2023 Baseline studies for Strategic Coastal protection for Long Islan...
Deltares10 views
El Arte de lo Possible by Neo4j
El Arte de lo PossibleEl Arte de lo Possible
El Arte de lo Possible
Neo4j34 views
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J... by Deltares
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
Deltares7 views
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra... by Marc Müller
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra....NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
Marc Müller35 views
Roadmap y Novedades de producto by Neo4j
Roadmap y Novedades de productoRoadmap y Novedades de producto
Roadmap y Novedades de producto
Neo4j43 views
Software evolution understanding: Automatic extraction of software identifier... by Ra'Fat Al-Msie'deen
Software evolution understanding: Automatic extraction of software identifier...Software evolution understanding: Automatic extraction of software identifier...
Software evolution understanding: Automatic extraction of software identifier...
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut... by HCLSoftware
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
HCLSoftware6 views
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx by animuscrm
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
animuscrm11 views
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove... by Deltares
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
DSD-INT 2023 HydroMT model building and river-coast coupling in Python - Bove...
Deltares15 views
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge... by Deltares
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
Deltares16 views
MariaDB stored procedures and why they should be improved by Federico Razzoli
MariaDB stored procedures and why they should be improvedMariaDB stored procedures and why they should be improved
MariaDB stored procedures and why they should be improved
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t... by Deltares
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
Deltares9 views
Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI... by Marc Müller
Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI...Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI...
Dev-Cloud Conference 2023 - Continuous Deployment Showdown: Traditionelles CI...
Marc Müller31 views
Advanced API Mocking Techniques by Dimpy Adhikary
Advanced API Mocking TechniquesAdvanced API Mocking Techniques
Advanced API Mocking Techniques
Dimpy Adhikary18 views
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)... by Deltares
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
Deltares9 views
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko... by Deltares
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
Deltares10 views
Fleet Management Software in India by Fleetable
Fleet Management Software in India Fleet Management Software in India
Fleet Management Software in India
Fleetable11 views

Deploying php applications