<?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>stetho:scope &#187; ClarkConnect</title>
	<atom:link href="http://blog.stetho.co.uk/category/clarkconnect/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stetho.co.uk</link>
	<description>I have my uses</description>
	<lastBuildDate>Mon, 07 Jun 2010 20:06:15 +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>Installing Ruby On Rails on ClarkConnect 4.3</title>
		<link>http://blog.stetho.co.uk/2009/02/02/installing-ruby-on-rails-on-clarkconnect-43/</link>
		<comments>http://blog.stetho.co.uk/2009/02/02/installing-ruby-on-rails-on-clarkconnect-43/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 15:05:33 +0000</pubDate>
		<dc:creator>stetho</dc:creator>
				<category><![CDATA[ClarkConnect]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.stetho.co.uk/?p=24</guid>
		<description><![CDATA[After a bit of messing around, this is how I got Ruby and RoR installed on my Clark Connect server. There are some pointers on the Clark Connect Forums but I still ran in to a number of errors that I had to figure out. So I&#8217;m putting it here for my own reference and [...]]]></description>
			<content:encoded><![CDATA[<p>After a bit of messing around, this is how I got Ruby and RoR installed on my Clark Connect server. There are some pointers on the Clark Connect Forums but I still ran in to a number of errors that I had to figure out. So I&#8217;m putting it here for my own reference and for anyone else who needs this information. Note that this installs Ruby-1.8.1.If you need something newer, you&#8217;ll need to install Ruby from scratch.</p>
<p>If you haven&#8217;t already done so, follow the instructions here for upgrading MySQL and PHP &#8211; <a href="http://www.clarkconnect.com/docs/Howtos_-_Installing_PHP_5_and_MySQL_5_on_ClarkConnect_4.x">Installing PHP 5 and MySQL 5 on Clark Connect.</a> This adds an Apt resource needed by the instructions below.</p>
<pre>
apt-get install httpd-devel ruby mysqlclient14 mysql-devel
wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz
tar -zxvf rubygems-1.3.1.tgz
cd rubygems-1.3.1
ruby setup.rb
gem install mysql -- --with-mysql-config=/usr/lib/mysql/mysql_config
gem install rails --include-dependencies</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.stetho.co.uk/2009/02/02/installing-ruby-on-rails-on-clarkconnect-43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
