StaTee version 0.1.1
Notice: this version is deprecated and has bugs.Download
BinarySource
Requirements:
- apache
- PHP
- MySQL
- Java (JRE/JDK)
Short Installation Guide
- Create a new Database on your MySQL-Server or make sure that in your database the tables 'game', 'player', 'kills', 'map' and 'playing' are not created.
- Download the binaries from above.
- Change to your teeworlds server directory.
- Extract the downloaded file with the instruction "tar -xzf StaTee-0.1.1.tar.gz".
- Change the statee.cfg config file to your needs. Especially the mysql-server, mysql-database, mysql-user and the mysql-password.
- Copy your old log to the location you specified in statee.cfg at "tmp_rescue=".
- Make a link from your apache-folder to the StaTee-folder, where the index.php is located. For example: "ln -s /home/teeworlds/StaTee /var/www/StaTee".
- Stop the teeworlds server which is perhaps running.
- Run the Statee.jar with the config-file as parameter: "java -server -jar Statee.jar statee.cfg >> error.log &". Remember: StaTee will run the whole time.