<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/capistrano</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 20:34:59 GMT</pubDate>
<item>
<title>(Bash) Capistrano SSH RSA key Creation - zeropx</title>
<link>http://snipplr.com/view/50069/capistrano-ssh-rsa-key-creation/</link>
<description><![CDATA[ <p>Used to create my pub key to ssh to given ip for Capistrano Deployments. This is a one liner that the usage is just to change the IP_ADDRESS to the host ip you wish to authorize for.</p> ]]></description>
<pubDate>Sat, 05 Mar 2011 06:12:43 GMT</pubDate>
<guid>http://snipplr.com/view/50069/capistrano-ssh-rsa-key-creation/</guid>
</item>
<item>
<title>(Ruby) Capistrano: MediaTemple - chrisaiv</title>
<link>http://snipplr.com/view/39659/capistrano-mediatemple/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 29 Aug 2010 04:36:24 GMT</pubDate>
<guid>http://snipplr.com/view/39659/capistrano-mediatemple/</guid>
</item>
<item>
<title>(Rails) Capistrano: Synchronize local mysql database to remote mysql database - nate63179</title>
<link>http://snipplr.com/view/22403/capistrano-synchronize-local-mysql-database-to-remote-mysql-database/</link>
<description><![CDATA[ <p>This could be further abstracted to work with other db's. Also, it really should be using Ruby's Tempfile class instead of assuming the local machine is *NIX based, but it works :)</p> ]]></description>
<pubDate>Tue, 03 Nov 2009 11:40:03 GMT</pubDate>
<guid>http://snipplr.com/view/22403/capistrano-synchronize-local-mysql-database-to-remote-mysql-database/</guid>
</item>
<item>
<title>(Rails) Capistrano: Create symlink for the database config YML file - nate63179</title>
<link>http://snipplr.com/view/22402/capistrano-create-symlink-for-the-database-config-yml-file/</link>
<description><![CDATA[ <p>In this instance, used as an after-deploy hook to create a symlink to a shared db config file</p> ]]></description>
<pubDate>Tue, 03 Nov 2009 11:34:56 GMT</pubDate>
<guid>http://snipplr.com/view/22402/capistrano-create-symlink-for-the-database-config-yml-file/</guid>
</item>
<item>
<title>(Rails) Capistrano: required tasks for use with Passenger - nate63179</title>
<link>http://snipplr.com/view/22401/capistrano-required-tasks-for-use-with-passenger/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Nov 2009 11:33:28 GMT</pubDate>
<guid>http://snipplr.com/view/22401/capistrano-required-tasks-for-use-with-passenger/</guid>
</item>
<item>
<title>(Ruby) Sample multi-environment deployment with capistrano - nate63179</title>
<link>http://snipplr.com/view/14100/sample-multienvironment-deployment-with-capistrano/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Apr 2009 15:21:43 GMT</pubDate>
<guid>http://snipplr.com/view/14100/sample-multienvironment-deployment-with-capistrano/</guid>
</item>
<item>
<title>(Ruby) Use Capistrano to Deploy a Django Project - trey</title>
<link>http://snipplr.com/view/11922/use-capistrano-to-deploy-a-django-project/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Feb 2009 15:14:29 GMT</pubDate>
<guid>http://snipplr.com/view/11922/use-capistrano-to-deploy-a-django-project/</guid>
</item>
<item>
<title>(Ruby) Ask for a password in a Capistrano deployment - therobot</title>
<link>http://snipplr.com/view/9339/ask-for-a-password-in-a-capistrano-deployment/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Oct 2008 14:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/9339/ask-for-a-password-in-a-capistrano-deployment/</guid>
</item>
<item>
<title>(Ruby) Rails-GitHub-Dreamhost-Capistrano deploy script - bcalloway</title>
<link>http://snipplr.com/view/8507/railsgithubdreamhostcapistrano-deploy-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Sep 2008 16:52:25 GMT</pubDate>
<guid>http://snipplr.com/view/8507/railsgithubdreamhostcapistrano-deploy-script/</guid>
</item>
<item>
<title>(Other) Capistrano recipe for static/php sites - vanne</title>
<link>http://snipplr.com/view/8355/capistrano-recipe-for-staticphp-sites/</link>
<description><![CDATA[ <p>This snippet is made for textmate (or e editor ?)</p> ]]></description>
<pubDate>Thu, 11 Sep 2008 17:25:30 GMT</pubDate>
<guid>http://snipplr.com/view/8355/capistrano-recipe-for-staticphp-sites/</guid>
</item>
<item>
<title>(Rails) mongrel_cluster capistrano recipe - jimmyebaker</title>
<link>http://snipplr.com/view/8281/mongrelcluster-capistrano-recipe/</link>
<description><![CDATA[ <p>I normally paste this into config/mongrel.rb, then add "require 'mongrel'" in my config/deploy.rb

Once that's done, you'll be able to start, stop, and restart your mongrels like so:
`cap deploy:mongrel:start/stop/restart`</p> ]]></description>
<pubDate>Wed, 10 Sep 2008 01:09:19 GMT</pubDate>
<guid>http://snipplr.com/view/8281/mongrelcluster-capistrano-recipe/</guid>
</item>
<item>
<title>(Ruby) Dreamhost Capistrano deploy recipe - bcalloway</title>
<link>http://snipplr.com/view/7265/dreamhost-capistrano-deploy-recipe/</link>
<description><![CDATA[ <p>This is a capistrano deploy recipe for use with hosting on Dreamhost, as per the Dreamhost support wiki</p> ]]></description>
<pubDate>Mon, 14 Jul 2008 08:36:35 GMT</pubDate>
<guid>http://snipplr.com/view/7265/dreamhost-capistrano-deploy-recipe/</guid>
</item>
<item>
<title>(Ruby) Capistrano deploy.rb - bcalloway</title>
<link>http://snipplr.com/view/7264/capistrano-deployrb/</link>
<description><![CDATA[ <p>simply capistrano deploy recipe, including a sample shared link setup for Joomla configuration.php</p> ]]></description>
<pubDate>Mon, 14 Jul 2008 08:26:07 GMT</pubDate>
<guid>http://snipplr.com/view/7264/capistrano-deployrb/</guid>
</item>
<item>
<title>(Bash) Deploy an specific release with capistrano - therobot</title>
<link>http://snipplr.com/view/6398/deploy-an-specific-release-with-capistrano/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 07:23:40 GMT</pubDate>
<guid>http://snipplr.com/view/6398/deploy-an-specific-release-with-capistrano/</guid>
</item>
<item>
<title>(Other) Deploy From Branches, Tags or Trunk (mojoDNA) - brettarogers</title>
<link>http://snipplr.com/view/4904/deploy-from-branches-tags-or-trunk-mojodna/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Feb 2008 10:55:25 GMT</pubDate>
<guid>http://snipplr.com/view/4904/deploy-from-branches-tags-or-trunk-mojodna/</guid>
</item>
<item>
<title>(Other) Rake Deploy with migration - edwinjanmoss</title>
<link>http://snipplr.com/view/3951/rake-deploy-with-migration/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Oct 2007 14:22:10 GMT</pubDate>
<guid>http://snipplr.com/view/3951/rake-deploy-with-migration/</guid>
</item>
<item>
<title>(Ruby) Capistrano Recipe for TextDrive - jordanbrock</title>
<link>http://snipplr.com/view/2216/capistrano-recipe-for-textdrive/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Feb 2007 18:58:03 GMT</pubDate>
<guid>http://snipplr.com/view/2216/capistrano-recipe-for-textdrive/</guid>
</item>
</channel>
</rss>