05.31.08
Installing Merb on Windows is a lot easier!
It’s been a while since I’ve triedthe Merb-on-Windows-from-scratch so I started from and found that it has gottens a lot easier since the last time I tried.
It’s now a two step process:
- Install the Ruby One-Click Installer
- Follow the instructions on at http://merbivore.com/index.html
But for those of you who want the blow-by-blow account…
- Download Ruby One-Click Installer[ruby186-26.exe]
- Install - select all defaults.
- Run “RubyGems Package Manager”
- (Start -> All Programs -> Ruby-186-26 -> RubyGems -> RubyGems Package Manager)
- this brings up a command window
- - Execute “gem install merb –include-dependencies”
- select “1. ParseTree 2.1.1 (i386-mswin32)”
- select “1. mongrel 1.1.5 (x86-mswin32-60)
- Wait for 10 minutes or so while the rdoc is installed…
- Execute: merb-gen appĀ my_application
- Execute: cd my_application
- Execute: merb
- wait a few moments for it to start up…
- open your browser of choice to http://localhost:4000
Success!
I want to extend a major kudos to the folks working on Merb for improving the Merb-on-Windows story so significantly.