SlideShare une entreprise Scribd logo
1  sur  73
Télécharger pour lire hors ligne
rock-solid TYPO3 development
with continuous integration
and deployment
TYPO3Camp PL - 2013.11
Sonntag, 20. Oktober 13
@

eiv
oll
t

Tolleiv
Nietsch
Senior Developer at

Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
agenda
Sonntag, 20. Oktober 13
disclaimer
Sonntag, 20. Oktober 13
tools

disclaimer
Sonntag, 20. Oktober 13
tools

priorities

Sonntag, 20. Oktober 13

disclaimer
tools

disclaimer

priorities

details

Sonntag, 20. Oktober 13
tools

disclaimer

priorities

details

Sonntag, 20. Oktober 13

NIH
the big picture
Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
Version Control

Sonntag, 20. Oktober 13
Version Control

Sonntag, 20. Oktober 13
Version Control

Sonntag, 20. Oktober 13

Unit Tests
Version Control

Sonntag, 20. Oktober 13

Unit Tests
Unit Tests

Sonntag, 20. Oktober 13

Build
Unit Tests

Sonntag, 20. Oktober 13

Build
Build

Sonntag, 20. Oktober 13

Install on
“Integration”
Build

Sonntag, 20. Oktober 13

Install on
“Integration”
Install on
“Integration”

Sonntag, 20. Oktober 13

Integration Tests
Install on
“Integration”

Sonntag, 20. Oktober 13

Integration Tests
Integration Tests

Sonntag, 20. Oktober 13

Install on
„Staging“
Integration Tests

Sonntag, 20. Oktober 13

Install on
„Staging“
Integration Tests

Sonntag, 20. Oktober 13

Install on
„Staging“
Install on
„Staging“

Sonntag, 20. Oktober 13

Install on
„Production“
too simple?
Sonntag, 20. Oktober 13
challenges
Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
unique
dev environment
Sonntag, 20. Oktober 13
Sonntag, 20. Oktober 13
Version Control

Sonntag, 20. Oktober 13
Version Control

PHP lint

Sonntag, 20. Oktober 13
Version Control

Sonntag, 20. Oktober 13
Version Control

Sonntag, 20. Oktober 13
Version Control

Sonntag, 20. Oktober 13

Code Reviews
Version Control

Code Reviews

„ The Unexpected Outcomes Of
Code Review“ [6]
Sonntag, 20. Oktober 13
Code Reviews

Unit Tests

standalone extension tests see @helhum [2] / @tolleiv [3]
Sonntag, 20. Oktober 13
Files
DB

Unit Tests

Build
Installer
Settings

Sonntag, 20. Oktober 13
.tar.gz
“virtual
package” (revision)

minify js/css
Jenkins
Unit Tests

Build

grunt
composer

Sonntag, 20. Oktober 13
Build

Analyse

TYPO3 Coding Standards Project [1]

Sonntag, 20. Oktober 13
fragile

Analyse

Install on
“Integration”

shared dev
server

Sonntag, 20. Oktober 13
Install on
“Integration”

Sonntag, 20. Oktober 13

Unittests
Unittests

Integration Tests

Cucumber /
Behat

Sonntag, 20. Oktober 13

*Spec
Selenium
Apache Jmeter

Install on
“Staging”

Integration Tests
✔
✔
✔

Sonntag, 20. Oktober 13
Green / blue
deployments

Install on
“Staging”

Sonntag, 20. Oktober 13

Install on
„Production“
Green / blue
deployments

Install on
“Staging”

Install on
„Production“

Zero Downtime

Sonntag, 20. Oktober 13
Green / blue
deployments

Install on
“Staging”

Install on
„Production“

Zero Downtime

Sonntag, 20. Oktober 13

Plan B:
rollback
Green / blue
deployments

Install on
“Staging”

Plan B:
rollback

Install on
„Production“

Zero Downtime
Green/blue
big scale
Sonntag, 20. Oktober 13
Install on
“Staging”

Sonntag, 20. Oktober 13

Install on
„Production“
....
Sonntag, 20. Oktober 13
pipeline visualization
for team dashboards
Build

#280

Sonntag, 20. Oktober 13

Static Code
Analysis

Install on
“Integration”

Unit
Tests

Integration
Tests

Acceptance
Tests
pipeline visualization
for team dashboards
Build

#281
#280

Sonntag, 20. Oktober 13

Static Code
Analysis

Install on
“Integration”

Unit
Tests

Integration
Tests

Acceptance
Tests
pipeline visualization
for team dashboards
Build

#282
#281
#280

Sonntag, 20. Oktober 13

Static Code
Analysis

Install on
“Integration”

Unit
Tests

Integration
Tests

Acceptance
Tests
pipeline visualization
for team dashboards
Build

#283
#282
#281
#280

Sonntag, 20. Oktober 13

Static Code
Analysis

Install on
“Integration”

Unit
Tests

Integration
Tests

Acceptance
Tests
pipeline visualization
for team dashboards
Build

#284
#283
#282
#281
#280

Sonntag, 20. Oktober 13

Static Code
Analysis

Install on
“Integration”

Unit
Tests

Integration
Tests

Acceptance
Tests
pipeline visualization
for team dashboards
Build
#285
#284
#283
#282
#281
#280

Sonntag, 20. Oktober 13

Static Code
Analysis

Install on
“Integration”

Unit
Tests

Integration
Tests

Acceptance
Tests
Integration

Staging

Sandbox

Production A

Sonntag, 20. Oktober 13

Devbox

Production B
EnvSettingTool

Sonntag, 20. Oktober 13
deployment

feature release
Sonntag, 20. Oktober 13
TestPyramid
Martin Fowler:
Test Pyramid [9]

Sonntag, 20. Oktober 13
TestPyramid
Martin Fowler:
Test Pyramid [9]

Sonntag, 20. Oktober 13
test plans
✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

✔

Sonntag, 20. Oktober 13

✔
✔

✔

✔
full stack
knowledge

Sonntag, 20. Oktober 13
full stack
debugging

Sonntag, 20. Oktober 13
DevOps, yeah!

Sonntag, 20. Oktober 13
startup time

Sonntag, 20. Oktober 13
knowledge sharing
hackathons

mentoring
developers
meetings

Sonntag, 20. Oktober 13

job chicken
read on

[1] TYPO3 Coding Standards Project

http://forge.typo3.org/projects/team-php_codesniffer/wiki/Using_the_TYPO3_Coding_Standard

[2] @helhum - standalone extension tests

http://typo3.helmut-hummel.de/post/63972451370/executing-typo3-cms-unit-test-tests-in-phpstorm

[3] @tolleiv - standalone unit tests
https://github.com/tolleiv/typo3-ext-ci

[4] Capistrano on Github
https://github.com/capistrano/capistrano

[6] The Unexpected Outcomes Of Code Review
http://blog.codeclimate.com/blog/2013/10/09/unexpected-outcomes-of-code-reviews/

[7] EnvSettingTool on Github
https://github.com/AOEmedia/EnvSettingsTool

[8] Performance Measurement and Tuning
http://www.slideshare.net/aoemedia/performance-measurement-and-tuning

[9] Martin Fowler: Test Pyramid
http://martinfowler.com/bliki/TestPyramid.html

http://www.slideshare.net/aoemedia/

[10] EasyDeployWorkflows
https://github.com/AOEmedia/EasyDeployWorkflows

[11] EXT:coreapi on Github
https://github.com/etobi/ext-coreapi

Sonntag, 20. Oktober 13
Thank you!
Any questions?
www.aoemedia.com
@aoepeople
www.tolleiv.de
@tolleiv
Sonntag, 20. Oktober 13

Contenu connexe

En vedette

Agiles Projektmanagement mit Scrum - Einführung
Agiles Projektmanagement mit Scrum - EinführungAgiles Projektmanagement mit Scrum - Einführung
Agiles Projektmanagement mit Scrum - EinführungAtilla Wohllebe
 
XING learningZ-Event «Projektmanagement-Methoden»
XING learningZ-Event «Projektmanagement-Methoden»XING learningZ-Event «Projektmanagement-Methoden»
XING learningZ-Event «Projektmanagement-Methoden»Digicomp Academy AG
 
Einführung zur Projektmanagement mit Scrum
Einführung zur Projektmanagement mit Scrum Einführung zur Projektmanagement mit Scrum
Einführung zur Projektmanagement mit Scrum Pierre E. NEIS
 
Scrum in der Praxis - Ein Blick hinter die Kulissen von Scrum
Scrum in der Praxis - Ein Blick hinter die Kulissen von ScrumScrum in der Praxis - Ein Blick hinter die Kulissen von Scrum
Scrum in der Praxis - Ein Blick hinter die Kulissen von ScrumRobert Wiechmann
 
Agile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteilt
Agile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteiltAgile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteilt
Agile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteiltAllFacebook.de
 
Getting it Right: What You Need to Know about Nonprofit Executive Compensation
Getting it Right: What You Need to Know about Nonprofit Executive CompensationGetting it Right: What You Need to Know about Nonprofit Executive Compensation
Getting it Right: What You Need to Know about Nonprofit Executive CompensationGuideStar
 
Full Report_Silver
Full Report_SilverFull Report_Silver
Full Report_SilverElia Sun
 
Pembangunan sahsiah forum
Pembangunan sahsiah forumPembangunan sahsiah forum
Pembangunan sahsiah forumZuriani Zaini
 
SteelBlue Solutions Microelectronics Info
SteelBlue Solutions Microelectronics InfoSteelBlue Solutions Microelectronics Info
SteelBlue Solutions Microelectronics InfoEd Swan
 
Trabajo de computación
Trabajo de computaciónTrabajo de computación
Trabajo de computaciónLeodan Ramirez
 
How we turned Office 365 from a threat to an opportunity- Dan Scott
How we turned Office 365 from a threat to an opportunity- Dan ScottHow we turned Office 365 from a threat to an opportunity- Dan Scott
How we turned Office 365 from a threat to an opportunity- Dan ScottMAXfocus
 

En vedette (17)

Agiles Projektmanagement mit Scrum - Einführung
Agiles Projektmanagement mit Scrum - EinführungAgiles Projektmanagement mit Scrum - Einführung
Agiles Projektmanagement mit Scrum - Einführung
 
XING learningZ-Event «Projektmanagement-Methoden»
XING learningZ-Event «Projektmanagement-Methoden»XING learningZ-Event «Projektmanagement-Methoden»
XING learningZ-Event «Projektmanagement-Methoden»
 
Einführung zur Projektmanagement mit Scrum
Einführung zur Projektmanagement mit Scrum Einführung zur Projektmanagement mit Scrum
Einführung zur Projektmanagement mit Scrum
 
Scrum in der Praxis - Ein Blick hinter die Kulissen von Scrum
Scrum in der Praxis - Ein Blick hinter die Kulissen von ScrumScrum in der Praxis - Ein Blick hinter die Kulissen von Scrum
Scrum in der Praxis - Ein Blick hinter die Kulissen von Scrum
 
Agile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteilt
Agile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteiltAgile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteilt
Agile Softwareentwicklung ohne Agiles Denken ist zum Scheitern verurteilt
 
Getting it Right: What You Need to Know about Nonprofit Executive Compensation
Getting it Right: What You Need to Know about Nonprofit Executive CompensationGetting it Right: What You Need to Know about Nonprofit Executive Compensation
Getting it Right: What You Need to Know about Nonprofit Executive Compensation
 
Managing Jenkins with Python
Managing Jenkins with PythonManaging Jenkins with Python
Managing Jenkins with Python
 
Local RollOut Service
Local RollOut ServiceLocal RollOut Service
Local RollOut Service
 
Full Report_Silver
Full Report_SilverFull Report_Silver
Full Report_Silver
 
Pembangunan sahsiah forum
Pembangunan sahsiah forumPembangunan sahsiah forum
Pembangunan sahsiah forum
 
01
0101
01
 
ford company
ford companyford company
ford company
 
SteelBlue Solutions Microelectronics Info
SteelBlue Solutions Microelectronics InfoSteelBlue Solutions Microelectronics Info
SteelBlue Solutions Microelectronics Info
 
Trabajo de computación
Trabajo de computaciónTrabajo de computación
Trabajo de computación
 
How we turned Office 365 from a threat to an opportunity- Dan Scott
How we turned Office 365 from a threat to an opportunity- Dan ScottHow we turned Office 365 from a threat to an opportunity- Dan Scott
How we turned Office 365 from a threat to an opportunity- Dan Scott
 
Regulamento Bom pra tudo
Regulamento Bom pra tudoRegulamento Bom pra tudo
Regulamento Bom pra tudo
 
8023 r
8023 r8023 r
8023 r
 

Plus de AOE

Continuous Quality Assurance using Selenium WebDriver
Continuous Quality Assurance using Selenium WebDriverContinuous Quality Assurance using Selenium WebDriver
Continuous Quality Assurance using Selenium WebDriverAOE
 
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...AOE
 
SONY on TYPO3 - Rapid Global CMS Deployment
SONY on TYPO3 - Rapid Global CMS DeploymentSONY on TYPO3 - Rapid Global CMS Deployment
SONY on TYPO3 - Rapid Global CMS DeploymentAOE
 
The typo3.org Relaunch Project
The typo3.org Relaunch ProjectThe typo3.org Relaunch Project
The typo3.org Relaunch ProjectAOE
 
Cloud Deployment und (Auto)Scaling am Beispiel von Angrybird
Cloud Deployment und (Auto)Scaling  am Beispiel von AngrybirdCloud Deployment und (Auto)Scaling  am Beispiel von Angrybird
Cloud Deployment und (Auto)Scaling am Beispiel von AngrybirdAOE
 
Searchperience Indexierungspipeline
Searchperience   IndexierungspipelineSearchperience   Indexierungspipeline
Searchperience IndexierungspipelineAOE
 
High Performance Multi-Server Magento in der Cloud
High Performance Multi-Server Magento in der CloudHigh Performance Multi-Server Magento in der Cloud
High Performance Multi-Server Magento in der CloudAOE
 
Selenium 2 for PHP(Unit)
Selenium 2 for PHP(Unit)Selenium 2 for PHP(Unit)
Selenium 2 for PHP(Unit)AOE
 
Angrybirds Magento Cloud Deployment
Angrybirds Magento Cloud DeploymentAngrybirds Magento Cloud Deployment
Angrybirds Magento Cloud DeploymentAOE
 
T3DD12 Caching with Varnish
T3DD12 Caching with VarnishT3DD12 Caching with Varnish
T3DD12 Caching with VarnishAOE
 
T3DD12 community extension
T3DD12  community extensionT3DD12  community extension
T3DD12 community extensionAOE
 
Performance measurement and tuning
Performance measurement and tuningPerformance measurement and tuning
Performance measurement and tuningAOE
 
Domain Driven Design
Domain Driven DesignDomain Driven Design
Domain Driven DesignAOE
 
Debugging, Monitoring and Profiling in TYPO3
Debugging, Monitoring and Profiling in TYPO3Debugging, Monitoring and Profiling in TYPO3
Debugging, Monitoring and Profiling in TYPO3AOE
 
Panasonic search
Panasonic searchPanasonic search
Panasonic searchAOE
 
Performance durch Caching
Performance durch CachingPerformance durch Caching
Performance durch CachingAOE
 
Performance durch Caching
Performance durch CachingPerformance durch Caching
Performance durch CachingAOE
 
Open Source CMS TYPO3 at Cisco WebEx
Open Source CMS TYPO3 at Cisco WebExOpen Source CMS TYPO3 at Cisco WebEx
Open Source CMS TYPO3 at Cisco WebExAOE
 
Case Study NDD Distribution on TYPO3
Case Study NDD Distribution on TYPO3Case Study NDD Distribution on TYPO3
Case Study NDD Distribution on TYPO3AOE
 
Monier Enterprise Web CMS Global Relaunch
Monier Enterprise Web CMS Global RelaunchMonier Enterprise Web CMS Global Relaunch
Monier Enterprise Web CMS Global RelaunchAOE
 

Plus de AOE (20)

Continuous Quality Assurance using Selenium WebDriver
Continuous Quality Assurance using Selenium WebDriverContinuous Quality Assurance using Selenium WebDriver
Continuous Quality Assurance using Selenium WebDriver
 
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
 
SONY on TYPO3 - Rapid Global CMS Deployment
SONY on TYPO3 - Rapid Global CMS DeploymentSONY on TYPO3 - Rapid Global CMS Deployment
SONY on TYPO3 - Rapid Global CMS Deployment
 
The typo3.org Relaunch Project
The typo3.org Relaunch ProjectThe typo3.org Relaunch Project
The typo3.org Relaunch Project
 
Cloud Deployment und (Auto)Scaling am Beispiel von Angrybird
Cloud Deployment und (Auto)Scaling  am Beispiel von AngrybirdCloud Deployment und (Auto)Scaling  am Beispiel von Angrybird
Cloud Deployment und (Auto)Scaling am Beispiel von Angrybird
 
Searchperience Indexierungspipeline
Searchperience   IndexierungspipelineSearchperience   Indexierungspipeline
Searchperience Indexierungspipeline
 
High Performance Multi-Server Magento in der Cloud
High Performance Multi-Server Magento in der CloudHigh Performance Multi-Server Magento in der Cloud
High Performance Multi-Server Magento in der Cloud
 
Selenium 2 for PHP(Unit)
Selenium 2 for PHP(Unit)Selenium 2 for PHP(Unit)
Selenium 2 for PHP(Unit)
 
Angrybirds Magento Cloud Deployment
Angrybirds Magento Cloud DeploymentAngrybirds Magento Cloud Deployment
Angrybirds Magento Cloud Deployment
 
T3DD12 Caching with Varnish
T3DD12 Caching with VarnishT3DD12 Caching with Varnish
T3DD12 Caching with Varnish
 
T3DD12 community extension
T3DD12  community extensionT3DD12  community extension
T3DD12 community extension
 
Performance measurement and tuning
Performance measurement and tuningPerformance measurement and tuning
Performance measurement and tuning
 
Domain Driven Design
Domain Driven DesignDomain Driven Design
Domain Driven Design
 
Debugging, Monitoring and Profiling in TYPO3
Debugging, Monitoring and Profiling in TYPO3Debugging, Monitoring and Profiling in TYPO3
Debugging, Monitoring and Profiling in TYPO3
 
Panasonic search
Panasonic searchPanasonic search
Panasonic search
 
Performance durch Caching
Performance durch CachingPerformance durch Caching
Performance durch Caching
 
Performance durch Caching
Performance durch CachingPerformance durch Caching
Performance durch Caching
 
Open Source CMS TYPO3 at Cisco WebEx
Open Source CMS TYPO3 at Cisco WebExOpen Source CMS TYPO3 at Cisco WebEx
Open Source CMS TYPO3 at Cisco WebEx
 
Case Study NDD Distribution on TYPO3
Case Study NDD Distribution on TYPO3Case Study NDD Distribution on TYPO3
Case Study NDD Distribution on TYPO3
 
Monier Enterprise Web CMS Global Relaunch
Monier Enterprise Web CMS Global RelaunchMonier Enterprise Web CMS Global Relaunch
Monier Enterprise Web CMS Global Relaunch
 

rock-solid TYPO3 development with continuous integration and deployment