Slideshare.net (beta)

 
Post: 
Myspace Hi5 Friendster Xanga LiveJournal Facebook Blogger Tagged Typepad Freewebs BlackPlanet gigya icons



All comments

Add a comment on Slide 1

If you have a SlideShare account, login to comment; else you can comment as a guest


Showing 1-50 of 9 (more)

Continuous Integration and PHP

From arnoschn, 5 months ago

Short overview of the main principles of Continuous Integration (C more

3402 views  |  1 comment  |  8 favorites  |  133 downloads  |  11 embeds (Stats)
 

Tags

integration continuous xinc ci continuous_integration barcelona php phpbarcelona08 barcelonaphp deploy

more

 
 
 
 

Privacy InfoNew!

This slideshow is Public

 
Embed in your blog
Embed (wordpress.com)
custom

Slideshow Statistics
Total Views: 3402
on Slideshare: 3133
from embeds: 269* * Views from embeds since 21 Aug, 07

Slideshow transcript

Slide 1: Continuous Integration and PHP improve your development process Arno Schneider System Architect Project Lead of Xinc

Slide 2: Continuous Integration and PHP Introduction improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 3: Continuous Integration and PHP Topics of this Presentation improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 4: Continuous Integration and PHP What is Continuous Integration? What is Integration? improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 5: Continuous Integration and PHP What is Continuous Integration? Short Summary improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 6: Continuous Integration and PHP What is Continuous Integration? A common process without Continuous Integration Development Phase Testing Phase Number of Bugs Integration Phase undetected bugs Project Timeline improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 7: Continuous Integration and PHP What is Continuous Integration? Workflow for Developers – first step towards CI Checkout / Update Local testing Resolve / Testing Develop Update WC Commit ! Receive Build Result improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 8: Continuous Integration and PHP What is Continuous Integration? Development process with Continuous Integration Number of Bugs Project Timeline Development Undetected Bugs Testing / Integration improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 9: Continuous Integration and PHP Using CI to improve your development How to get started How do we get from the current situation ... feeling the pain late and suffering more .. to a CI controlled workflow? suffering the pain earlier and have a better product improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 10: Continuous Integration and PHP Using CI to improve your development How to get started – self testing code improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 11: Continuous Integration and PHP Using CI to improve your development How to get started – team development behavior improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 12: Continuous Integration and PHP Using CI to improve your development How to get started – configuration control / automated deployment improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 13: Continuous Integration and PHP Using CI to improve your development How to get started - Summary improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 14: Continuous Integration and PHP Continuous Integration Servers Workflow with CI Server improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 15: Continuous Integration and PHP Continuous Integration Servers Benefits improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 16: Continuous Integration and PHP Continuous Integration Servers CruiseControl + phpUnderControl improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 17: Continuous Integration and PHP Continuous Integration Servers CruiseControl + phpUnderControl improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 18: Continuous Integration and PHP Continuous Integration Servers Xinc Is Not CruiseControl improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 19: Continuous Integration and PHP Continuous Integration Servers Xinc Is Not CruiseControl improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 20: Continuous Integration and PHP Continuous Integration Servers Basic Comparison – CC vs. Xinc for CI in PHP CruiseControl Xinc Execution Platform JVM PHP Installer Windows Installer / Zip File PEAR Preferred Build Tools ant, maven phing Other Supported Build Tools phing (unstable integration) ... SCM support cvs, svn, perforce ... svn Supported Project Languages anything that ant can build PHP Web Frontend Jetty Apache (preferred) Extendible through XSL, JSP, Java Xinc Plugins (PHP) improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 21: Continuous Integration and PHP Xinc – CI Server for PHP improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 22: Continuous Integration and PHP Xinc – CI Server for PHP  Xinc Project Config - /etc/xinc/conf.d/xinc.xml defining the change lookup interval: checking every 5 minutes checking modifications on svn: update the WC if change detected set of builders to be run: a project can have several builders set of publisher to be run: general, onfailure, onsuccess, onrecovery improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 23: Continuous Integration and PHP Xinc – CI Server for PHP  Xinc Project Config - /etc/xinc/conf.d/xinc.xml phingbuilder: calling a phing build script improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 24: Continuous Integration and PHP Xinc – CI Server for PHP  Xinc Project Config - /etc/xinc/conf.d/xinc.xml on failure publisher: sending out an email for the failed build improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 25: Continuous Integration and PHP Xinc – CI Server for PHP  Xinc Project Config - /etc/xinc/conf.d/xinc.xml on success publisher: make the pear package available for download improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 26: Continuous Integration and PHP Xinc – CI Server for PHP improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 27: Continuous Integration and PHP Xinc – CI Server for PHP Checking the build results on the web interface improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 28: Continuous Integration and PHP Xinc – CI Server for PHP Checking the build results on the web interface complete build history: access historical builds build status summary: status, build time, build label build log message: displaying info about build steps improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 29: Continuous Integration and PHP Xinc – CI Server for PHP Checking the build results on the web interface modification summary: showing the number of modified files commit logs: showing the last comments for the change project access: overview of projects registered artifacts: downloads, reports, documentation improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 30: Continuous Integration and PHP Xinc – CI Server for PHP Checking the build results on the web interface PHPUnit test results: registered as an artifact improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 31: Continuous Integration and PHP Xinc – CI Server for PHP Checking the build results on the web interface Code Coverage Results: registered as an artifact improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 32: Continuous Integration and PHP Xinc – CI Server for PHP Future of Xinc – Where is it heading to? improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 33: Continuous Integration and PHP Links Where can I find more information? improve your development process Arno Schneider @Barcelona PHP Conference, Feb. 23rd 2008

Slide 34: ¡Muchas gracias por su atención! Thank you for your attention