Copied from a hoodwink'd posting for general consumption:
On Windows, you’ll need to make two changes to get the blog application working (at least until I get us off cgihandler):
- Add a file called blog.bat: "c:\Program Files\Devel\Ruby\bin\ruby.exe" blog.rb
- Alter start. Change the string "blog.rb" to "blog.bat".
- Also be sure to download sqlite-3_3_1.zip and sqlitedll-3_3_1.zip. You can dump them into Ruby’s bin directory.
- In your blog directory, run: sqlite3 blog3.db < blog.sqlite
