<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nick Zalabak - techwhizbang &#187; deployment</title>
	<atom:link href="http://techwhizbang.com/tag/deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://techwhizbang.com</link>
	<description>my work, life, and ideas</description>
	<lastBuildDate>Thu, 08 Mar 2012 06:07:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Infrastructure Automation with Chef</title>
		<link>http://techwhizbang.com/2010/04/cooking-with-chef/</link>
		<comments>http://techwhizbang.com/2010/04/cooking-with-chef/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 06:30:41 +0000</pubDate>
		<dc:creator>techwhizbang</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[chef]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://techwhizbang.com/?p=193</guid>
		<description><![CDATA[By now you&#8217;ve at least heard about Chef or perhaps you&#8217;ve thought about evaluating it. If you haven&#8217;t heard about Chef, no worries, let me explain. Chef is an open source infrastructure automation framework written in Ruby by the guys at OpsCode for developers. In my opinion, OpsCode has hit a grand slam home run [...]]]></description>
			<content:encoded><![CDATA[<p>By now you&#8217;ve at least heard about Chef or perhaps you&#8217;ve thought about evaluating it. If you haven&#8217;t heard about Chef, no worries, let me explain. Chef is an open source infrastructure automation framework written in Ruby by the guys at <a href="http://www.opscode.com/" target="_blank">OpsCode</a> for developers. In my opinion, OpsCode has hit a grand slam home run on this one and I want to send them a thank you. So the big questions. Why Chef, why another framework, why should <em>you</em> be interested? It boils down to this, developer tooling and infrastructure automation is generally one of the most overlooked areas in software. Let&#8217;s be honest, developers never get the appropriate amount of time while working on a project to do this <em>usually</em> because management and stakeholders don&#8217;t understand the value it brings to a project. To the business it is totally intangible, or is it? You might have heard complaints about how <em>they</em> hate that it takes so long for a new developer to get setup and hit the ground running. Maybe you&#8217;ve gotten complaints about how long, unpredictable, or &#8220;manual&#8221; deployments have gotten. Perhaps you&#8217;ve been wondering how you could <strong>rapidly</strong> and <strong>consistently</strong> clone image clusters of servers. Chef makes this <em>dead easy. </em></p>
<p><strong>The Quick and Dirty</strong></p>
<p>Chef has an organization structure of many cookbooks. Cookbooks are just folders for organization of a particular set of related recipes. Developers write recipes in a Ruby Chef DSL. You can write recipes to do just about anything. Directory creation, library installation, gem installation, file permissions, OS package management can be controlled via the Ruby DSL Chef provides. It gets better. There is probably a recipe or cookbook already written for what you want to do. There are a growing number of Chef cookbooks and recipes shared on Github. Want a Nginx and Passenger recipe? Already written. Want memcached installed? Already written.  You name it, chances are there is a recipe waiting for you. Instantly velocity! Now while this is all fine and dandy for most, recipe support across the various flavors of *nix is growing. Right now there is fantastic cookbook and recipe support if you&#8217;re running a Debian, Ubuntu, CentOS, or RedHat Linux. If you&#8217;re running another flavor of *nix, it is really easy to do whatever you want. Chef bends and flexes to your needs. Anything you can do with the Ruby language can be used to your advantage while writing a recipe. That reminds me, I&#8217;ve got a sweet CentOS recipe for Nginx installation that I have to contribute. Without rambling further you can get the most up to date information on the Chef <a href="http://wiki.opscode.com/display/chef/Getting+Started" target="_blank">wiki</a>.</p>
<p><strong>Common Uses</strong></p>
<p>Writing a recipe for developer machine setup is a breeze and you actually can use the Chef gem that comes with the chef-solo command to kick off the recipe.</p>
<p>Are you still using some sucky deployment tool or script written a million years ago? Maybe you&#8217;re using Capistrano. Try out the Chef &#8220;deploy&#8221; resource. The Chef deploy resource by default encapsulates all of the best practices for Rails deployment, it doesn&#8217;t get simpler than this. Capistrano <em>was </em>an excellent tool for it&#8217;s time, you must try deployment on Chef. It makes rollbacks a snap also. Not using Rails or have some custom deployment requirements? The deploy resource is still awesome. You can pick and choose what you want and configure whatever customizations you need.</p>
<p>Take deployment and rollback even a step further with a tool like Hudson or TeamCity. Configure a job for them to run and wire up the Chef deployment script. The &#8220;easy button&#8221; deployment and rollback.</p>
<p>Chef combined with some server virtualization management tool you could easily image and setup a whole cluster of servers.</p>
<p>Still not convinced? Community adoption is growing fast and some of the most popular hosting companies in the Ruby sphere of influence are already using Chef. In fact, EngineYard uses Chef for application deployment on their cloud platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwhizbang.com/2010/04/cooking-with-chef/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rails Lectures at Depaul</title>
		<link>http://techwhizbang.com/2009/11/rails-lectures-at-depaul/</link>
		<comments>http://techwhizbang.com/2009/11/rails-lectures-at-depaul/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:56:00 +0000</pubDate>
		<dc:creator>techwhizbang</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Depaul]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://techwhizbang.com/?p=22</guid>
		<description><![CDATA[Last semester at Depaul University I had the opportunity to give 2 lectures on Ruby on Rails. The topics were &#8220;Rails Hosting &#38; Deployment&#8221; and &#8220;Rails Security&#8221;. It was an awesome experience and really rewarding to talk about something that I am passionate about. A big thanks to Igor Polevoy who introduced and recommended me [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Depaul University Logo" src="http://www.depaul.edu/display/images/homepage/hp_depaul_logo.gif" alt="Depaul University Logo" width="161" height="60" /></p>
<p>Last semester at Depaul University I had the opportunity to give 2 lectures on Ruby on Rails. The topics were &#8220;Rails Hosting &amp; Deployment&#8221; and &#8220;Rails Security&#8221;. It was an awesome experience and really rewarding to talk about something that I am passionate about. A big thanks to Igor Polevoy who introduced and recommended me to the Depaul staff.</p>
<p>Here is a copy of the PowerPoint I used on the lecture for <a href="http://techwhizbang.com/wp-content/uploads/2009/11/RailsHostingDeployment.pptx">Rails Hosting &amp; Deployment</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwhizbang.com/2009/11/rails-lectures-at-depaul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.298 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-20 10:29:36 -->

