To run the script you need to import the SQL into the MySQL database. Below is the code:
DATA.SQL
CREATETABLE `tm1_tournaments` (`identifier`VARCHAR(50) NOT NULLCOLLATE'utf8_general_ci',`modality`INT(11) NOT NULL,`maxTeams`INT(11) NOT NULL,`name`VARCHAR(50) NULLDEFAULTNULLCOLLATE'utf8_general_ci',`wins`INT(11) NULLDEFAULT'0',`kills`INT(11) NULLDEFAULT'0',`deaths`INT(11) NULLDEFAULT'0',PRIMARY KEY (`identifier`, `modality`, `maxTeams`) USING BTREE)COLLATE='utf8_general_ci'ENGINE=InnoDB;
Once imported you have to configure your framework in the CFG along with the weapons you want, the maps and the configuration options. You can see the config in the Config section.