-
Notifications
You must be signed in to change notification settings - Fork 36
Tournament Installation
eonarheim edited this page May 22, 2012
·
22 revisions
- Tournament Scheduler
- Apache Tomacat 7
- Apache Maven 3.X.X
- MySQL or equivalent dbms
- First clone the repo with this command:
git clone git://github.com/powertac/powertac-tournament-scheduler.git
- 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.
- 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.
- Download Apache Tomcat 7 (here)[http://tomcat.apache.org/download-70.cgi]