<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 09 Jan 2009 21:56:38 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[devthatweb: Automate the deployment of any PHP project using Capistrano]]></title>
      <guid>http://www.phpdeveloper.org/news/7990</guid>
      <link>http://www.phpdeveloper.org/news/7990</link>
      <description><![CDATA[<p>
On the devthatweb blog, there's <a href="http://devthatweb.com/view/automate-the-deployment-of-any-php-project-using-capistrano">a new post</a> from <i>Pat Nakajima</i> with a recipe for deploying a PHP application with the help of <a href="http://manuals.rubyonrails.com/read/chapter/97#page256">Capistrano</a> (the Ruby on Rails tools for deploying web applications).
</p>
<blockquote>
Recently though, I was working on a PHP project, and I decided that the time had come to rewrite my Mint recipe to allow deployment of any PHP project, totally independent of Rails. I set to work, and I'm happy to share the result.
</blockquote>
<p>
The example makes it a simple matter of using the command "cap deploy:php" to use <a href="http://devthatweb.com/view/automate-the-deployment-of-any-php-project-using-capistrano">the recipe</a> and push out your PHP application.
</p>]]></description>
      <pubDate>Wed, 06 Jun 2007 13:14:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Felix Geisendorfer's Blog: Release early, Release often, A SVN/FTP Development Task]]></title>
      <guid>http://www.phpdeveloper.org/news/6776</guid>
      <link>http://www.phpdeveloper.org/news/6776</link>
      <description><![CDATA[<p>
<i>Felix Geisendorfer</i> has an <a href="http://www.thinkingphp.org/2006/11/22/release-early-release-often-a-svnftp-deployment-task/">interesting little solution</a> posted to his blog today for those wanting to sync a Subversion repository over to a remote FTP folder without having to mess with external software (well, besides CakePHP, that is).
</p>
<blockquote>
As the headline says, this time it's going to be my SVN/FTP Deployment Task written for the new Bake in CakePHP 1.2. It will not work with the Cake 1.1.x.x branch, and I currently do not have time to explain the procedure to work around this.
</blockquote>
<p>
The key, in fact, is the new Bake that's included with this new version.  When combined with <a href="http://www.thinkingphp.org/downloads/deploy_task_0.1.zip">the code</a> it will push the contents of the directory out to the remote server. There's even some included code to make a pseudo-install to your remote server.
</p>]]></description>
      <pubDate>Mon, 27 Nov 2006 16:22:09 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevArticles: Deploying your Site with PHPEclipse, continued]]></title>
      <guid>http://www.phpdeveloper.org/news/5006</guid>
      <link>http://www.phpdeveloper.org/news/5006</link>
      <description><![CDATA[DevArticles has conntinued their "Deploying your Site with PHPEclipse" series with <a href="http://www.devarticles.com/c/a/Web-Authoring/Deploying-your-Site-with-PHPEclipse-continued/">this new tutorial</a> - part two in the series, a continuation of the excerpt of the "PHPEclipse: A User Guide" from Packt.
<p>
<a href="http://www.devarticles.com/c/a/Web-Authoring/Deploying-your-Site-with-PHPEclipse-continued/">Part two</a> picks up right where the <a href="http://www.phpdeveloper.org/news/4966">previous entry</a> left off - working with the settings for Ant to configure the site's deployment. They show you how to create the classpath and a build file for your site before showing you how to run it and do some testing.
<p>
They also look at one of the other tools that Ant has to offer to make managing your site that much simpler - the Outline view in Eclipse. It lays out the publishing "schedule" in one easy place.]]></description>
      <pubDate>Fri, 17 Mar 2006 07:16:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevArticles: Deploying your Site with phpEclipse]]></title>
      <guid>http://www.phpdeveloper.org/news/4966</guid>
      <link>http://www.phpdeveloper.org/news/4966</link>
      <description><![CDATA[With an excerpt from the Packt Publishing book "PHPEclipse: A User Guide" (Shu-Wai Chow), DevArticles has posted <a href="http://www.devarticles.com/c/a/Web-Authoring/Deploying-your-Site-with-phpEclipse/">this first of a two part series</a> looking at the use of phpEclipse to help with the deployment of your site.
<p>
<quote>
<i>
Eclipse simplifies the process of deploying your site to a web server. You can even use Ant, traditionally thought of as a Java tool, to help you in the deployment. 
<p>
Once again, Eclipse simplifies our work by including several tools that aid us in this process.
<p>
The key to deployment in Eclipse is the export function. Eclipse gives us many options in exporting our site. First, we will look at FTP, an old and common method of moving files.
</i>
</quote>
<p>
They <a href="http://www.devarticles.com/c/a/Web-Authoring/Deploying-your-Site-with-phpEclipse/">cover</a> how to set up an FTP site inside the editor, making it a simple process to upload any chnages you've made instantly. They also discuss other methods like SFTP, WebDAV, and Ant support the client can adapt itself to. There are screenshots along the way to help you through each step, including some from other operating systems where the setup might be a bit different.]]></description>
      <pubDate>Fri, 10 Mar 2006 07:13:10 -0600</pubDate>
    </item>
  </channel>
</rss>
