Hoopla!

now with extra whiz-bang!

Hoopla!

Installing Mephisto on DreamHost

August 19, 2006 · 2 comments

I’ve tried out Typo for a while and it’s pretty nice but I’m hearing raves about Mephisto. I’m sheep-like enough to always follow coding trends so I can’t see any way out of trying Mephisto on for size.

The first thing that I saw on the installation instructions was that it doesn’t ship with all the required parts. You’ve got to check out Rails to the vendor directory (easy enough) and add at least one gem.

Adding the TZinfo (‘time-zone info’) gem proved a pain so I just downloaded it from it’s rubyforge project and throw it into my vendor directory
cd rails_app/vendor
wget http://rubyforge.org/frs/download.php/11738/tzinfo-0.3.0.tar.gz
tar xvzf tzinfo-0.3.0.tar.gz
rm tzinfo-0.3.0.tar.gz

A little migration, replacing the default .htaccess and dispatch.fcgi files with my customized ones, some short prayers that this process goes quickly and I don’t screw away my whole day on something I didn’t even plan to do, and it’s all done. Except that it’s not.

I’m not sure if this is the new cool thing to do or if it’s just a bad choice supported for legacy reasons, but you can’t use migrations on a fresh mephisto database. You’ve got to type `rake db:bootstrap` and it creates the tables and throws some default values in there. I’d prefer migrations, but whatever. At least it got done.

My first impressions are good, we’ll see how it goes finding a good theme.

→ 2 comments Tags: