Skip to content

erikkemperman/powertac-tournament-scheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power TAC Tournament Scheduler

Introduction

The Power TAC Tournament Scheduler is a dynamic jsf web application for scheduling and managing tournaments between brokers. For more information, see http://www.powertac.org.

Getting Started

<role rolename="manager-gui"/>

<role rolename="admin-gui"/>

<role rolename="manager-script"/>

<role rolename="admin-script"/>

<user username="admin" password="admin" roles="admin-gui,manager-gui,admin-script,manager-script"/>

  • Run the ./startup.sh script for apache tomcat

  • Copy the example config files, and edit the properties if needed. Usually only db user/pass and the file locations are needed $cp src/main/resources/tournament.properties.template src/main/resources/tournament.properties $cp src/main/resources/hibernate.cfg.xml.template src/main/resources/hibernate.cfg.xml $cp src/main/resources/log4j.cfg.xml.template src/main/resources/log4j.cfg.xml

  • Navigate to the tournament scheduler project and run mvn compile tomcat7:deploy

About

Tournament scheduler and visualizer proxy server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.6%
  • HTML 18.3%
  • JavaScript 3.2%
  • Shell 1.3%
  • Other 1.6%