create the db: 
createdb regperfdb

import the database schema:
pg_restore -d regperfdb grails-regperfdb.tar

run regperf:
grails run-app

http://localhost:8080/regperf

More Groovy on Grails Info:
http://huihoo.com

