<?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>david winter &#187; typo</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/typo/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Set-up Typo 4 on Ubuntu Dapper</title>
		<link>http://davidwinter.me.uk/articles/2006/07/26/set-up-typo-4-on-ubuntu-dapper/</link>
		<comments>http://davidwinter.me.uk/articles/2006/07/26/set-up-typo-4-on-ubuntu-dapper/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 08:40:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[typo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2006/07/26/set-up-typo-4-on-ubuntu-dapper/</guid>
		<description><![CDATA[It was very annoying to find out that the brand spanking new installer for Typo wasn&#8217;t going to install over rubygems. The irritating part was that it was SQLite causing the problem because it&#8217;s a dependency of the Typo gem. No idea why. But I don&#8217;t want to SQLite &#8211; I&#8217;m running MySQL on Apache. [...]]]></description>
			<content:encoded><![CDATA[<p>It was very annoying to find out that the brand spanking new installer for Typo wasn&#8217;t going to install over rubygems.  The irritating part was that it was SQLite causing the problem because it&#8217;s a dependency of the Typo gem. No idea why. But I don&#8217;t want to SQLite &#8211; I&#8217;m running MySQL on Apache.</p>

<p><span id="more-4"></span></p>

<p>So anyway, here&#8217;s how I got it working. Thanks to <code>sprewell</code> on the Typo IRC channel.</p>

<ol>
<li><p>Download Typo from Subversion.</p>

<pre><code>svn co svn://typosphere.org/svn/typo/trunk typo
</code></pre></li>
<li><p>Make sure that you&#8217;re inside that directory that was downloaded from Subversion.</p>

<pre><code>bin/typo config ~/typo web-server=external database=mysql
</code></pre></li>
<li><p>Grab the MySQL schema from <code>db/mysql.schema.sql</code> and manually run it on your MySQL database of choice.</p></li>
<li><p>Go into <code>config/</code> and make sure you get the <code>database.yml</code> file set-up to use your database settings.</p></li>
<li><p>Access your Typo install in your browser and you should get a prompt asking you for your admin details.</p></li>
<li><p>Blog away!</p></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2006/07/26/set-up-typo-4-on-ubuntu-dapper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgraded to Typo trunk</title>
		<link>http://davidwinter.me.uk/articles/2005/12/26/upgraded-to-typo-trunk/</link>
		<comments>http://davidwinter.me.uk/articles/2005/12/26/upgraded-to-typo-trunk/#comments</comments>
		<pubDate>Mon, 26 Dec 2005 08:57:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2006/10/13/upgraded-to-typo-trunk/</guid>
		<description><![CDATA[I just upgraded to the latest trunk version of Typo; 762 and was glad to see an Audioscrobbler addition to the sidebar &#8211; so you can now see all the latest tracks I&#8217;ve played recently. Mainly this week that has been &#8216;The Polar Express&#8217; soundtrack by Alan Silvestri (composer of the Forest Gump soundtrack). Also, [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to the latest trunk version of Typo; 762 and was glad to see an Audioscrobbler addition to the sidebar &#8211; so you can now see all the latest tracks I&#8217;ve played recently. Mainly this week that has been &#8216;The Polar Express&#8217; soundtrack by Alan Silvestri (composer of the Forest Gump soundtrack).</p>

<p>Also, Typo should now been pinging blog-sites so they all know I&#8217;ve updated, which is nice and handy.</p>

<p>The next new addition that I&#8217;ll have to try out by updating some of my old posts, is syntax colouring :)</p>

<p><span id="more-12"></span></p>

<h3>Update</h3>

<p>I appear to be getting errors when either creating or editing posts :( However, the edit, or new post seems to be executed and not lost&#8230;</p>

<p>I get the following:</p>

<blockquote>
  <p>Application error (Rails)</p>
</blockquote>

<p>The error message doesn&#8217;t help much. But I think that&#8217;s probably down to my Typo instance being in the Production environment of Rails. If I go back into Development, then I should get more details I hope&#8230; Anyway, I&#8217;m too tired tonight so I&#8217;ll try and fix it tomorrow.</p>

<hr />

<p>Ok, so morning has now come and I&#8217;m now in the Development environment and I get a hell of a ton more information now. It&#8217;s to do with a MySQL error in <code>/app/views/admin/content/show.rhtml</code>. So right now I&#8217;m in the IRC channel trying to find an answer.</p>

<hr />

<p>Appears as though the <code>article_id</code> field was missing from the <code>resources</code> table. I added it in manually and everything is working now.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2005/12/26/upgraded-to-typo-trunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
