Skip to content

apazzolini/radder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radder

a play framework ladder rankings webapp

Radder is a simple Play! webapp for ladder rankings using the Elo rating system.

installing / running locally

  • Install Play! 1.2.4 from this here address
  • Add it to your PATH variable somewhere
  • Clone (or fork) this repository
  • Go into the radder directory and run play dependencies --sync
  • Now run play eclipsify to create some Eclipse project files for you
  • Install the Play eclipse plugin by copying the .jar from /support/eclipse in your Play installation to /dropins in Eclipse
  • In Eclipse, import a general existing project located at /radder
  • Run the app by expanding the eclipse folder, right clicking on radder.launch --> Run As... --> radder
  • The app is now running at http://localhost:9000

NOTE

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.

About

A Play! / Elo rating ladder webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages