Skip to content

Tournament Installation

eonarheim edited this page May 22, 2012 · 22 revisions

Tournament Scheduler Installation

up

Requirements:

  • Tournament Scheduler
  • Apache Tomacat 7
  • Apache Maven 3.X.X
  • MySQL or equivalent dbms

Step 1: Clone the Tournament Scheduler Repository

  1. First clone the repo with this command:

git clone git://github.com/powertac/powertac-tournament-scheduler.git

  1. Open src/main/resources/tournament.properties and modify your database connection parameters to fit your local configuration. (Ignore the fileUploadLocation, weatherServerLocation, and destination parameters for now). Currently the only dbms officially supported is MySQL.

Step 2: Install the Powertac Tournament Scheduler Database

  1. In the top-level directory of the Tournament Scheduler there is file called make-powertac-db.sql, this file contains all of the table definitions used by the Tournament Scheduler.

Step 1: Set up Tomcat

  1. Download Apache Tomcat 7 (here)[http://tomcat.apache.org/download-70.cgi]
Clone this wiki locally