| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <!-- | |
| Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. | |
| --> | |
| <html> | |
| <head> | |
| <title>Support for PHP on Continuous Build Servers in NetBeans IDE</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > | |
| <meta name="description" content="This screencast shows how to set up PHP applications on | |
| Hudson and Jenkins continuous build servers, using NetBeans IDE."> | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| </head> | |
| <body> | |
| <h1>Support for PHP on Continuous Build Servers</h1> | |
| <table><tr><td class="valign-top"> | |
| <p> | |
| This screencast shows how to set up PHP applications on | |
| Hudson and Jenkins continuous build servers. It includes an overview | |
| of what continuous builds are and why they can be useful with PHP | |
| applications. The screencast also shows how to launch a build job for | |
| a PHP application and how to access the results.</p> | |
| <p> | |
| Author: Jeff Rubinoff<br> | |
| Time: 9:21 <br> | |
| <a target="_blank" href="http://bits.netbeans.org/media/php-continuous-builds.flv">Download</a> [21.7 MB] </p> | |
| <div class="feedback-box" style="float:left"> | |
| <a href="/about/contact_form.html?to=3&subject=Feedback:%20PHP%20Continuous%20Builds%20Screencast">Send Feedback on This Tutorial</a> </div> | |
| <br style="clear:both;"> | |
| </td> | |
| <td class="valign-top" > | |
| <div id="flashContent"></div> | |
| <script src="/images_www/js/mediaplayer-5.9/jwplayer.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| var targetFile='http://bits.netbeans.org/media/php-continuous-builds.flv'; | |
| jwplayer('flashContent').setup({ | |
| 'id': 'flashContentId', | |
| 'width': '400', | |
| 'height': '300', | |
| 'autostart': 'true', | |
| 'file': targetFile, | |
| 'controlbar':{position:'bottom'}, | |
| 'modes': [ | |
| {type: 'html5'}, | |
| {type: 'flash', src: '/images_www/js/mediaplayer-5.9/player.swf'}, | |
| {type: 'download'} | |
| ] | |
| }); | |
| </script> | |
| </td></tr> | |
| </table> | |
| </body> | |
| </html> |