SlideShare a Scribd company logo
WordPress DevOps
For Beginners
http://poweredbycoffee.co.uk
Stewart Ritchie
@stewartritchie
stewart@poweredbycoffee.co.uk
This is NOT
a Tutorial
http://poweredbycoffee.co.uk
What is Dev Ops
anyway?
http://poweredbycoffee.co.uk
Why is Dev Ops
Important?
http://poweredbycoffee.co.uk
1. DevOps will make you a
better developer.
http://poweredbycoffee.co.uk
2. DevOps will help you
deliver better work to your
clients
http://poweredbycoffee.co.uk
3. DevOps helps move
WordPress into bigger
companies and
opportunities
http://poweredbycoffee.co.uk
How Does Dev Ops Help?
http://poweredbycoffee.co.uk
1. Collaboration
2. Code Sharing
3. Automation
1. Collaboration
http://poweredbycoffee.co.uk
Version Control
http://poweredbycoffee.co.uk
Easy for developers to collaborate
A hardened nuclear bunker for your source code
Makes it easy to have more that one version of your project!
Basically a time machine
What is a “Commit”?
http://poweredbycoffee.co.uk
http://poweredbycoffee.co.uk
Merging Version Control
http://poweredbycoffee.co.uk
- Gives you the ability to manage different versions of your software
- Development, Staging & Production
- Approve code to move up the versions into production
http://poweredbycoffee.co.uk
http://poweredbycoffee.co.uk
http://poweredbycoffee.co.uk
http://poweredbycoffee.co.uk
http://poweredbycoffee.co.uk
2. Code Sharing
http://poweredbycoffee.co.uk
Dependencies
http://poweredbycoffee.co.uk
WordPress Has
Dependencies
http://poweredbycoffee.co.uk
- Diff by Geoffrey T. Bairiki
- ID3 by James Heinrich
- BackBone & Underscores
The Problem with
dependancies is that they
can change
http://poweredbycoffee.co.uk
What About Your Project?
http://poweredbycoffee.co.uk
Your Dependancies
- have dependencies
http://poweredbycoffee.co.uk
What About Your Project?
http://poweredbycoffee.co.uk
This Sounds Like a
Nightmare
http://poweredbycoffee.co.uk
getcomposer.org
WordPress London Developer Operations For Beginners
WordPress London Developer Operations For Beginners
Composer & WordPress
http://poweredbycoffee.co.uk
https://core.trac.wordpress.org/ticket/23912
https://core.trac.wordpress.org/ticket/36335
bower.io
Can Bite You
http://poweredbycoffee.co.uk
Easy Ways To Get Started
http://poweredbycoffee.co.uk
3. Automation
http://poweredbycoffee.co.uk
Repetition Sucks
http://poweredbycoffee.co.uk
Mistakes Get Made
People Get Bored
Creative people usually don't like to do the same thing over and over again.
Not a good use of skills and talent
Need to do it twice?
http://poweredbycoffee.co.uk
Need to do it twice?
Automate it.
http://poweredbycoffee.co.uk
Good Candidates for
Automation
http://poweredbycoffee.co.uk
Deployments
Compiling Assets (Sass, CoffeeScript, etc)
Compressing Images
Setting up servers
Installing WordPress
I Hate FTP
http://poweredbycoffee.co.uk
Automated Deployments
http://poweredbycoffee.co.uk
No more slow or failed FTP transfers
Easily tied into your version control
Easily undo a mistake
Get new code into production with a few key stokes or clicks
http://capistranorb.com
Capistrano
http://poweredbycoffee.co.uk
- Scriptable and self-installed
- Ruby
- Task Based
- Logs in to your server, pulls from your Version Control, runs a series of tasks
you tell it to.
- Super powerful and flexible
Deploy HQ Deploy Bot Buddy
DeployBot (etc)
http://poweredbycoffee.co.uk
- Many of these services exist
- Hard to configure but just works when its done
- $/£/€
- Less control and less flexible but easier to setup
Standardising
Environments
http://poweredbycoffee.co.uk
Use Virtual Machines
http://poweredbycoffee.co.uk
vagrantup.com
WordPress London Developer Operations For Beginners
Concluding
http://poweredbycoffee.co.uk
Its going to take a while
http://poweredbycoffee.co.uk
These aren’t WordPress
Skills
http://poweredbycoffee.co.uk
They are Professional
Development Skills
http://poweredbycoffee.co.uk
Where To Go Next?
http://poweredbycoffee.co.uk
- Automated Testing (Never ship something broken again)
- Visual Regression Testing (Make CSS changes less painful)
- Code Quality Checks (Stop bad code getting into your repo or near a server)
- Install Software on your servers with a few keystrokes
- Notifications and Integration with your other tools

More Related Content

PDF
Nürnberg WooCommerce Talk - 11/24/16
PPTX
WP-CLI: WordCamp Nashville 2016
PPTX
How to prevent big disasters when updating WordPress
PDF
Gestione avanzata di WordPress con WP-CLI - WordCamp Torino 2017 - Andrea Car...
PDF
Coding with jetpack
PDF
Using CI for continuous delivery Part 3
PPTX
Speed = $$$
PPTX
WP-CLI: WordCamp NYC 2015
Nürnberg WooCommerce Talk - 11/24/16
WP-CLI: WordCamp Nashville 2016
How to prevent big disasters when updating WordPress
Gestione avanzata di WordPress con WP-CLI - WordCamp Torino 2017 - Andrea Car...
Coding with jetpack
Using CI for continuous delivery Part 3
Speed = $$$
WP-CLI: WordCamp NYC 2015

What's hot (20)

ODP
How I Learned to Stop Worrying and Backup WordPress
PDF
Develop and Deploy Outside the Repo
PPTX
Increasing Traffic Through Optimization : The Importance of Site Speed
PDF
Modern Web Application Development Workflow - EclipseCon US 2014
PPTX
Best Practices for creating WP REST API by Galkin Nikita
PDF
Command Line WordPress with WP-CLI
PDF
Command Line WordPress with WP-CLI - WordPress Perth User Group
PPTX
Getting started with WordPress development
PDF
Working in harmony
PDF
Why it's dangerous to turn off automatic updates and here's how to do it
PPT
Web Platform Installer Announcement
PDF
Real World Progressive Web Apps (Building Flipkart Lite)
PPTX
SQL Server - CLR integration
KEY
HTML5 Video for WordPress
PDF
WordPress Security : What We Learnt When We Were Hacked : WordCamp Mumbai 2017
PDF
Front end workflow with yeoman
PPTX
Anthony Somerset - Site Speed = Success!
PDF
Developers, Be a Bada$$ with WP-CLI
PPTX
PDF
Realtime with-websockets-2015
How I Learned to Stop Worrying and Backup WordPress
Develop and Deploy Outside the Repo
Increasing Traffic Through Optimization : The Importance of Site Speed
Modern Web Application Development Workflow - EclipseCon US 2014
Best Practices for creating WP REST API by Galkin Nikita
Command Line WordPress with WP-CLI
Command Line WordPress with WP-CLI - WordPress Perth User Group
Getting started with WordPress development
Working in harmony
Why it's dangerous to turn off automatic updates and here's how to do it
Web Platform Installer Announcement
Real World Progressive Web Apps (Building Flipkart Lite)
SQL Server - CLR integration
HTML5 Video for WordPress
WordPress Security : What We Learnt When We Were Hacked : WordCamp Mumbai 2017
Front end workflow with yeoman
Anthony Somerset - Site Speed = Success!
Developers, Be a Bada$$ with WP-CLI
Realtime with-websockets-2015
Ad

Viewers also liked (10)

PPTX
Wordpress for beginners
PDF
WordCamp Nashville 2015 From Zero to WordPress Publish (Beginner's WordPress)
PPTX
Wordpress for Beginners: 10 Must Knows
PDF
Alice Phieu - WordPress For Beginners
PDF
WordPress Essentials for Beginners - YES Montreal November 2015
PDF
Vancouver WordPress Meetup - WordPress 101
PDF
Demons In The Closet - A look at Mental Health with Remote Wokers WordCamp St...
PPTX
Wordpress Intro
PDF
WordPress Professional III
PDF
WordPress & User Experience - WordCamp London
Wordpress for beginners
WordCamp Nashville 2015 From Zero to WordPress Publish (Beginner's WordPress)
Wordpress for Beginners: 10 Must Knows
Alice Phieu - WordPress For Beginners
WordPress Essentials for Beginners - YES Montreal November 2015
Vancouver WordPress Meetup - WordPress 101
Demons In The Closet - A look at Mental Health with Remote Wokers WordCamp St...
Wordpress Intro
WordPress Professional III
WordPress & User Experience - WordCamp London
Ad

Similar to WordPress London Developer Operations For Beginners (20)

PDF
WordCamp Belfast DevOps for Beginners
PDF
PDF
Laravel Forge: Hello World to Hello Production
PDF
5 年後還是新手 - WordPress Plugin 開發大冒險 - GOTY
PDF
Word press, the automated way
PDF
The WP Engine Developer Experience. Increased agility, improved efficiency.
PDF
WordCamp, Cape Town 2017
PDF
The unintended benefits of Chef
PDF
Laravel Forge: Hello World to Hello Production
PDF
DevOps Camp 2017 NYC Local Development using Vagrant by Anthony Alvarez
PPTX
Library 2.0 : Weblogs : Wordpress
PDF
Care and feeding notes
PPTX
Vagrant
PDF
Docker presentasjon java bin
PDF
PVS-Studio in the Clouds: Travis CI
PPTX
DevOps, A brief introduction to Vagrant & Ansible
PPTX
Just Another Word Press Weblog But More Cloudy
PPTX
Azure DevOps Deployment Group
PPT
Managing VMware with PowerShell - VMworld 2008
PDF
Production ready word press
WordCamp Belfast DevOps for Beginners
Laravel Forge: Hello World to Hello Production
5 年後還是新手 - WordPress Plugin 開發大冒險 - GOTY
Word press, the automated way
The WP Engine Developer Experience. Increased agility, improved efficiency.
WordCamp, Cape Town 2017
The unintended benefits of Chef
Laravel Forge: Hello World to Hello Production
DevOps Camp 2017 NYC Local Development using Vagrant by Anthony Alvarez
Library 2.0 : Weblogs : Wordpress
Care and feeding notes
Vagrant
Docker presentasjon java bin
PVS-Studio in the Clouds: Travis CI
DevOps, A brief introduction to Vagrant & Ansible
Just Another Word Press Weblog But More Cloudy
Azure DevOps Deployment Group
Managing VMware with PowerShell - VMworld 2008
Production ready word press

Recently uploaded (20)

PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Encapsulation theory and applications.pdf
PPTX
Machine Learning_overview_presentation.pptx
PPTX
A Presentation on Artificial Intelligence
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Mushroom cultivation and it's methods.pdf
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
1. Introduction to Computer Programming.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
Spectroscopy.pptx food analysis technology
PDF
Approach and Philosophy of On baking technology
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Heart disease approach using modified random forest and particle swarm optimi...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Mobile App Security Testing_ A Comprehensive Guide.pdf
OMC Textile Division Presentation 2021.pptx
Encapsulation theory and applications.pdf
Machine Learning_overview_presentation.pptx
A Presentation on Artificial Intelligence
Univ-Connecticut-ChatGPT-Presentaion.pdf
Mushroom cultivation and it's methods.pdf
cloud_computing_Infrastucture_as_cloud_p
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
1. Introduction to Computer Programming.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Programs and apps: productivity, graphics, security and other tools
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Spectroscopy.pptx food analysis technology
Approach and Philosophy of On baking technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Encapsulation_ Review paper, used for researhc scholars
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...

WordPress London Developer Operations For Beginners