Java JDK 6 - http://java.sun.com/javase/downloads/index.jsp
Any of the databases listed here can be used: Hibernate Dialects
For this example, I will be using MySQL 5.0 - MySQL 5.0 Downloads
Edit CERBERGRID_HOME/hibernate.properties and change the following variables:
hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect hibernate.connection.driver_class com.mysql.jdbc.Driver hibernate.connection.url jdbc:mysql://localhost/cerbergrid hibernate.connection.username root hibernate.connection.password hardpasswordA list of Hibernate dialects can be found here: Hibernate Dialects
Remember to create the database (mysql> create database cerbergrid;) in the database, otherwise hibernate will fail with exceptions.
From the directory CERBERGRID_HOME/bin execute:
./run.sh demo
Note that this demo is very simplistic and only shows the execution of jobs linearly. Jobs can be executed massively in parallel.