<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Global Reset: Updated Typo to Latest Edge</title>
    <link>http://blog.globalreset.org/articles/2005/11/08/updated-typo-to-latest-edge</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>A Mac OS X Switcher, TiVo Addict, and Objectivist</description>
    <item>
      <title>Updated Typo to Latest Edge</title>
      <description>&lt;p&gt;Last night, I updated this &lt;a href="http://typo.leetsoft.com/"&gt;Typo&lt;/a&gt; install to the latest svn trunk (rev 725).  I had been running at rev 586 for a while now, but I was hesitant to upgrade as I noticed there were a few database changes.  Turns out that, thanks to Rails Migrations, the database changes were simple (for me anyways, maybe not for the &lt;a href="http://www.scottstuff.net"&gt;author of the migrations&lt;/a&gt;).  While I was at it, I went ahead and updated Typo to run the latest &lt;a href="http://weblog.rubyonrails.com/articles/2005/11/07/rails-1-0-rc4-0-14-3-its-the-final-countdown"&gt;Edge Rails&lt;/a&gt; also.  Here&amp;#8217;s the procedure I used on Dreamhost to install these:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# Get Latest Typo
$ svn co svn://leetsoft.com/typo/trunk typo-edge
# Get Latest Rails
$ cd typo-edge/vendor
$ svn co http://dev.rubyonrails.org/svn/rails/trunk rails
$ cd ..
$ rake update_javascripts
$ rake add_new_scripts
# Copy My Typo Configuration
$ cp ../{old-typo}/config/database.yml config/database.yml
$ cp -r ../{old-typo}/themes/globalreset themes/globalreset
$ vi config/environment.rb #forced RAILS_ENV='production'
# Update link I use to point to a version of Typo
# My setup expects web root at this link/public
$ rm typo
$ ln -s typo-edge typo
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Then I opened my browser and navigated to /admin and was immediately prompted with a list of necessary Database Migrations, which must be performed on my existing database to be compatible with this version of Typo.  I clicked affirmatively, and after a few seconds I was running the latest and greatest Rails and Typo.&lt;/p&gt;

&lt;p&gt;Make sure you backup your database before attempting this.  The web-based phpMyAdmin that Dreamhost provides is suitable for this.  I&amp;#8217;ve seen a couple of users report on the Typo-ML that they had some migration issues.  I don&amp;#8217;t know if those issues ended up in a wedged database or not, but better safe than sorry.&lt;/p&gt;
</description>
      <pubDate>Tue, 08 Nov 2005 06:34:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:5dc48bc1-b56a-4087-8a5b-4491e9eb0ba3</guid>
      <author>Scott Hughes</author>
      <link>http://blog.globalreset.org/articles/2005/11/08/updated-typo-to-latest-edge</link>
      <category>Code</category>
      <category>ruby</category>
      <category>RubyOnRails</category>
      <category>Rails</category>
      <category>Typo</category>
    </item>
    <item>
      <title>"Updated Typo to Latest Edge" by Scott Hughes</title>
      <description>&lt;p&gt;Raja,&lt;/p&gt;

&lt;p&gt;I think I originally found it onone of the many Ruby/RubyOnRails blogs that I subscribe to&amp;#8230;  But I referenced this page when I grabbed the Rails trunk:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://weblog.rubyonrails.com/articles/2005/11/07/rails-1-0-rc4-0-14-3-its-the-final-countdown" rel="nofollow"&gt;http://weblog.rubyonrails.com/articles/2005/11/07/rails-1-0-rc4-0-14-3-its-the-final-countdown&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 09 Dec 2005 11:55:25 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:7ab270ef-e282-4c7f-b6d3-9be0a56f5153</guid>
      <link>http://blog.globalreset.org/articles/2005/11/08/updated-typo-to-latest-edge#comment-188</link>
    </item>
    <item>
      <title>"Updated Typo to Latest Edge" by raja</title>
      <description>&lt;p&gt;Thanks for the quick overview. It was what I expected except I am curious how you discovered the two rake lines for updating/adding new scripts.&lt;/p&gt;

&lt;p&gt;Any insight would be appreciated.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Dec 2005 10:31:31 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:57f73443-3b48-476a-b792-26d09dc49b4d</guid>
      <link>http://blog.globalreset.org/articles/2005/11/08/updated-typo-to-latest-edge#comment-187</link>
    </item>
    <item>
      <title>"Updated Typo to Latest Edge" by Scott Hughes</title>
      <description>&lt;p&gt;Hey Alba,&lt;/p&gt;

&lt;p&gt;There is a good tutorial on the Typo Trac site.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://typo.leetsoft.com/trac/wiki/DreamHost" rel="nofollow"&gt;http://typo.leetsoft.com/trac/wiki/DreamHost&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It seems kind of intimidating if you&amp;#8217;ve never setup a rails app before, but you&amp;#8217;ll quickly find that it&amp;#8217;s really very simple.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 06:45:15 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:25b66b6f-d4a9-4dc1-89ef-6d50727c3b2d</guid>
      <link>http://blog.globalreset.org/articles/2005/11/08/updated-typo-to-latest-edge#comment-183</link>
    </item>
    <item>
      <title>"Updated Typo to Latest Edge" by alba</title>
      <description>&lt;p&gt;i came across this site from google. i&amp;#8217;m intersested in installing typo on my dreamhost site.&lt;/p&gt;

&lt;p&gt;are there any good tutorials on doing this specifically for dreamhost? i mean for laymen like myself?&lt;/p&gt;

&lt;p&gt;nice site by the way!&lt;/p&gt;</description>
      <pubDate>Tue, 29 Nov 2005 01:47:58 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:cc2cf532-7661-4ed5-aa2c-5db6e68af4aa</guid>
      <link>http://blog.globalreset.org/articles/2005/11/08/updated-typo-to-latest-edge#comment-181</link>
    </item>
  </channel>
</rss>
