Selenium_grid_logo_large Build it from Source!!

Install Ant and Java

Install Ant and Java as described in Get Started.

Get Some Fresh Code

$ svn co https://svn.openqa.org/svn/selenium-grid/trunk Selenium-Grid

Or, alternatively, if you are not leaving in the past and are already familiar with git:

$ git clone git://github.com/ph7/selenium-grid.git Selenium-Grid

Validate your Install

$ cd <project root>
$ ant sanity-check

Package a new Distribution

Run the build to make sure that it passes on your box:
$ ant dist

You will then find a new distribution under the target directory (zip and tar formats).