The simplest way to get Ramaze is to use the Rubygems package manager:
$ gem install ramaze
To get the latest Ramaze code from the darcs repository instead, read Contributing. Or, install the latest Ramaze nightly gem:
$ wget http://manveru.net/gems/ramaze-nightly/ramaze-nightly.gem $ gem install ramaze-nightly.gem
Note: For Windows users, you may wish to install the win32console gem. This will both satisfy the warning generated by ramaze as well as give you pretty colors when you run your server.
$ gem install win32console