Radder is a simple Play! webapp for ladder rankings using the Elo rating system.
play dependencies --sync
play eclipsify
to create some Eclipse project files for you/support/eclipse
in your Play installation to /dropins
in Eclipse/radder
Master now uses LDAP to authenticate a user. The easiest way to work around this in local development is to set ldapAuthenticated to true in the authentify method in controllers/Security.java after the LDAP check. This will make passwords useless but allow local development.