<?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>Victor Sumner</title>
	<atom:link href="http://www.victorsumner.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victorsumner.com</link>
	<description>Husband, Developer, Gamer.</description>
	<lastBuildDate>Sun, 13 Nov 2011 02:56:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Installing the pg gem on Debian Squeeze</title>
		<link>http://www.victorsumner.com/2011/11/installing-the-pg-gem-on-debian-squeeze/</link>
		<comments>http://www.victorsumner.com/2011/11/installing-the-pg-gem-on-debian-squeeze/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 02:55:17 +0000</pubDate>
		<dc:creator>vsumner</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.victorsumner.com/?p=25</guid>
		<description><![CDATA[So once I figured out my problems with installing Rails 3 on Debian Squeeze I ran into trouble installing the pg gem. Again after trial and error I found that all I needed to install was the libpq-dev package. apt-get install libpq-dev gem install pg]]></description>
			<content:encoded><![CDATA[<p>So once I figured out my problems with installing Rails 3 on Debian Squeeze I ran into trouble installing the pg gem.</p>
<p>Again after trial and error I found that all I needed to install was the <code>libpq-dev</code> package.</p>
<p><code>apt-get install libpq-dev</code></p>
<p><code>gem install pg</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.victorsumner.com/2011/11/installing-the-pg-gem-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ruby 1.9.2 and Rails 3 on Debian Squeeze</title>
		<link>http://www.victorsumner.com/2011/11/installing-ruby-1-9-2-and-rails-3-on-debian-squeeze/</link>
		<comments>http://www.victorsumner.com/2011/11/installing-ruby-1-9-2-and-rails-3-on-debian-squeeze/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 02:51:56 +0000</pubDate>
		<dc:creator>vsumner</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.victorsumner.com/?p=23</guid>
		<description><![CDATA[This wasn&#8217;t as easy as I thought it would be, but after a little experimentation I got it running. apt-get install ruby1.9.2 This will say that it is installing 1.9.1 but if you run ruby -v it will say 1.9.2 Then to install rubygems download and extract and then run ruby setup.rb To install rails run gem...  <a href="http://www.victorsumner.com/2011/11/installing-ruby-1-9-2-and-rails-3-on-debian-squeeze/" title="Read Installing Ruby 1.9.2 and Rails 3 on Debian Squeeze">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>This wasn&#8217;t as easy as I thought it would be, but after a little experimentation I got it running.</p>
<p><code>apt-get install ruby1.9.2</code></p>
<p>This will say that it is installing 1.9.1 but if you run ruby -v it will say 1.9.2</p>
<p>Then to install <a title="RubyGems" href="http://rubyforge.org/frs/?group_id=126">rubygems</a> download and extract and then run</p>
<p><code>ruby setup.rb</code></p>
<p>To install rails run</p>
<p><code>gem install rails</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.victorsumner.com/2011/11/installing-ruby-1-9-2-and-rails-3-on-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and using RVM</title>
		<link>http://www.victorsumner.com/2011/09/installing-and-using-rvm/</link>
		<comments>http://www.victorsumner.com/2011/09/installing-and-using-rvm/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 21:56:16 +0000</pubDate>
		<dc:creator>vsumner</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rvm]]></category>

		<guid isPermaLink="false">http://www.victorsumner.com/?p=16</guid>
		<description><![CDATA[Here is a great article on installing and using rvm.]]></description>
			<content:encoded><![CDATA[<p>Here is a great article on <a title="Installing and Using RVM" href="http://seanbehan.com/mac-os-x/installing-and-using-rvm-on-mac-os-x-creating-gemsets-and-reverting-to-original-environment/">installing and using rvm</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.victorsumner.com/2011/09/installing-and-using-rvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ruby 1.8.7 on Lion with rvm</title>
		<link>http://www.victorsumner.com/2011/09/installing-ruby-1-8-7-on-lion-with-rvm/</link>
		<comments>http://www.victorsumner.com/2011/09/installing-ruby-1-8-7-on-lion-with-rvm/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 21:22:03 +0000</pubDate>
		<dc:creator>vsumner</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rvm]]></category>

		<guid isPermaLink="false">http://www.victorsumner.com/?p=11</guid>
		<description><![CDATA[CC=/usr/bin/gcc-4.2 rvm install 1.8.7 A great article about this can be found here: Lion, RVM, and Ruby 1.8.7 woes]]></description>
			<content:encoded><![CDATA[<pre>CC=/usr/bin/gcc-4.2 rvm install 1.8.7</pre>
<p>A great article about this can be found here: <a title="Lion, RVM, and Ruby 1.8.7 woes" href="http://jalada.co.uk/2011/07/24/lion-rvm-and-ruby-1-8-7-woes.html">Lion, RVM, and Ruby 1.8.7 woes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.victorsumner.com/2011/09/installing-ruby-1-8-7-on-lion-with-rvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup &amp; Restore a PostgreSQL Database with Postgis enabled</title>
		<link>http://www.victorsumner.com/2011/09/backup-restore-a-postgresql-database-with-postgis-enabled/</link>
		<comments>http://www.victorsumner.com/2011/09/backup-restore-a-postgresql-database-with-postgis-enabled/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 15:59:53 +0000</pubDate>
		<dc:creator>vsumner</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[postgis]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.victorsumner.com/blog/?p=5</guid>
		<description><![CDATA[Backup: pg_dump -Fc dbname &#62; dbname.dmp Restore: pg_restore -Fc -d dbname dbname.dmp]]></description>
			<content:encoded><![CDATA[<p><strong>Backup:<br />
</strong><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 18px; white-space: pre;">pg_dump -Fc dbname &gt; dbname.dmp</span></p>
<p><strong>Restore:<br />
</strong><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 18px; white-space: pre;">pg_restore -Fc -d dbname dbname.dmp</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.victorsumner.com/2011/09/backup-restore-a-postgresql-database-with-postgis-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

