Requirements

Tinderbox

Rinderbox expects of course Tinderbox to be installed and setup. You can setup the rinderbox application on any host that can reach the database Tinderbox is using.

Rinderbox should run with Tinderbox version greater than 2.3.3 .

Rails

Rinderbox is being developed using Ruby on Rails 1.2.X.

#haml

Rinderbox uses Haml to render (rails) views.

To enable Haml in rinderbox you got two choices. If Haml is already installed on your system you can run the following command in the rinderbox directory:

          haml --rails .
        

If you miss Haml on your system the rails plugin mechanism can be used to install Haml. Just execute the following command in the rinderbox directory:

          ./scripts/plugin install hamptoncatlin.com/haml/stable