<?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>Wed, 19 Jun 2013 13:08:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: Deployment Series]]></title>
      <guid>http://www.phpdeveloper.org/news/14709</guid>
      <link>http://www.phpdeveloper.org/news/14709</link>
      <description><![CDATA[<p>
If you're interested in the deployment of PHP applications, you'd do well to check out a series of articles <i>Kevin Schroeder</i> has posted to his blog talking about different methods for moving your site out when it's ready for the world to see.
</p>
<p>His articles cover:</p>
<ul>
<li>Things to <a href="http://www.eschrade.com/page/deployment-application-considerations-4c1a9ffc">take into consideration</a> when creating a deployment process
<li><a href="http://www.eschrade.com/page/deployment-rsync-4c2130a7">Using rsync</a>
<li>Integration of <a href="http://www.eschrade.com/page/deployment-source-control-4c2261a4">source code management</a>
<li><a href="http://www.eschrade.com/page/deployment-pear-4c228790">Creating PEAR packages</a>
<li>Making <a href="http://www.eschrade.com/page/deployiment-rpmyum-whatever-your-uses-4c2393be">installable packages</a> (like yum, RPM, etc)
</ul>
<p>
This last option, while a bit more difficult than some of the others, seems to becoming more and more popular as a self-contained, easy to deploy method that's very controllable.
</p>]]></description>
      <pubDate>Mon, 28 Jun 2010 08:22:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jaisen Mathai's Blog: How to host the php.net manual on your laptop for offline use]]></title>
      <guid>http://www.phpdeveloper.org/news/12125</guid>
      <link>http://www.phpdeveloper.org/news/12125</link>
      <description><![CDATA[<p>
<i>Jaisen Mathai</i> has <a href="http://www.jaisenmathai.com/blog/2009/03/03/how-to-host-the-phpnet-manual-on-your-laptop-for-offline-use/">a helpful hint</a> for those that do any offline work with PHP on their own development systems - how to mirror the PHP manual on a local web server.
</p>
<blockquote>
In addition to [a local copy of your source] being faster to develop, it lets you work without needing to be connected to the Internet. But what about the tools you use while developing? If you're a PHP developer then the manual at php.net is an invaluable tool. It only make sense to have it available for when you're not online.
</blockquote>
<p>
His example follows the <a href="http://www.php.net/mirroring.php">official mirroring</a> part of the PHP.net website and uses a slightly modified rsync command to fetch the manual information from the php.net site and drops it in a location locally. He throws in an Apache configuration too for a simple VirtualHost to get it up and running.
</p>]]></description>
      <pubDate>Thu, 12 Mar 2009 12:53:51 -0500</pubDate>
    </item>
  </channel>
</rss>
