Loading...
Flash Player 9 (or above) is needed to view slideshows. We have detected that you do not have it on your computer. To install it, go here.
-
hung5s favorited this 2 days ago -
caotao1570 favorited this 2 days ago -
abouzekry favorited this 1 month ago -
dejanii favorited this 1 month ago -
JuniorZ favorited this 1 month ago
-
adrianoaguiar favorited this 1 month ago -
edward_chiang favorited this 1 month ago
-
vantt favorited this 2 months ago
-
vaolo favorited this 2 months ago -
ctrabold favorited this 3 months ago -
jonphipps favorited this 3 months ago -
sebastian_bergmann favorited this 3 months ago
-
viperx favorited this 3 months ago -
shauryashaurya favorited this 3 months ago -
charliez favorited this 4 months ago -
pletisan favorited this 6 months ago -
Luckow favorited this 6 months ago -
bitcrumb favorited this 6 months ago
-
j.dordonne favorited this 7 months ago -
mor10am favorited this 7 months ago -
mauroego favorited this 8 months ago
-
arcturien favorited this 8 months ago -
havier favorited this 10 months ago -
Added to the group PHP Conference Barcelona 2008 by arnoschn
Presentation 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


SlideShare brings the cloud to PowerPoint and your desktop...