<?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>Chris Chandler &#187; ubuntu intrepid</title>
	<atom:link href="http://chrischandler.name/tag/ubuntu-intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrischandler.name</link>
	<description>Squandering time as a raving egomaniac</description>
	<lastBuildDate>Thu, 03 Jun 2010 23:16:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Provisioning script for Ubuntu Intrepid and Ruby 1.9.1</title>
		<link>http://chrischandler.name/ruby/provisioning-script-for-ubuntu-intrepid-and-ruby-1-9-1/</link>
		<comments>http://chrischandler.name/ruby/provisioning-script-for-ubuntu-intrepid-and-ruby-1-9-1/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 01:16:28 +0000</pubDate>
		<dc:creator>Chris Chandler</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[provisioning]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[ubuntu intrepid]]></category>

		<guid isPermaLink="false">http://chrischandler.name/?p=66</guid>
		<description><![CDATA[A simple provisioning script for setting up a standard Rails stack based on Ruby 1.9.1 for Ubuntu Intrepid.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple gist I use to provision either <a href="http://aws.amazon.com/ec2/">Amazon EC2</a> AMIs or <a href="http://slicehost.com">Slicehost</a> images running Ubuntu Intrepid.  It&#8217;ll setup all the requirements to build Ruby 1.9.1 from source since the official Ubuntu package isn&#8217;t due out until <a href="https://wiki.ubuntu.com/KarmicKoala">Karmic Koala</a> is released.</p>
<p>It has a handful of constants at the top of the file you need to define for everything to work right.  Of note are the application name and the machine&#8217;s FQDN it should answer on.  If your using EC2 you might have to tweak some configuration afterward since the FQDN in DNS probably won&#8217;t match the IP of the machine&#8217;s interface.</p>
<p>Also, if you plan on using authorized_keys and deploying from a git repository it makes things a lot easier if you tar and gzip the relevant files and put them in an S3 bucket to pull from.  The script handles this case as well.</p>
<p><script src="http://gist.github.com/200289.js"></script></p>
<p>As always, make sure you understand what a provisioning script does before you accept it with blind faith.  At <a href="http://flatterline.com">Flatterline</a> we use this as our base template.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrischandler.name/ruby/provisioning-script-for-ubuntu-intrepid-and-ruby-1-9-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
