Archive for February 10th, 2007

RubyOnRails : Typo migration “sweatless”

Short note on typo upgrade:-

$ sudo gem install typo
$ typo install myblog (Path/you/want/your/blog/to/be)
$ cp /old/typo/blog/config/database.yml /old/typo/blog/config/mongrel_cluster.yml myblog/config/
$ cp -r /old/typo/blog/themes/your_theme myblog/themes/
$ cd myblog && rake migrate

Saturday, February 10th, 2007