Using Rubygems

The simplest way to get Ramaze is to use the Rubygems package manager:

$ gem install ramaze

Using git

To get the latest Ramaze code from the git 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