<?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>Mon, 20 May 2013 15:00:36 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DZone.com: Deploying PHP Projects with Webistrano]]></title>
      <guid>http://www.phpdeveloper.org/news/18688</guid>
      <link>http://www.phpdeveloper.org/news/18688</link>
      <description><![CDATA[<p>
On DZone.com there's a recent article posted by <i>Kasia Gogolek</i> that walks you through the <a href="http://php.dzone.com/articles/deploying-php-projects">deployment of a web application</a> with the <a href="https://github.com/peritor/webistrano">Webistrano</a> tool, a web UI for working with Capistrano. This follows the <a href="http://www.gogolek.co.uk/blog/2012/10/web-application-deployment-webistrano-capistrano/">first article</a> where they talk about the Webistrano installation.
</p>
<blockquote>
Most of the applications I write, are PHP based, so all of my examples will be based on that assumption, but you can re-use the ideas mentioned for software written in any other programming language. The setup [in the example] discusses just the deployment to the test project. Deployment to the production will be similar, and by the end of the article, you should understand what differences it will require.
</blockquote>
<p>
She walks you through the creation of a new project, an example of the contents of the "base.rb" configuration file and how to create the stages (environments) to deploy to. Next up is the "recipes" themselves - the configuration steps for the deployment process. In their examples they show how to set permissions, update a database, manage asset files and a bit more to get Plesk installed on a server. 
</p>]]></description>
      <pubDate>Fri, 02 Nov 2012 09:46:51 -0500</pubDate>
    </item>
  </channel>
</rss>
