- Install dependencies with "composer install".
- You'll need php-gd, php-mysql, php-xml.
- Copy config/config.yml.dist to config/config.yml and insert username/password values. Retrieve the correct forum ID and change that value too.
- Create a database. Try "create database mx5 default charset utf8;"
- Insert schema into database. E.g. "mysql -u mx5 -p mx5 < mx5.sql"
Ensure proper operation by calling "php parsevotes.php" and add a cron job if everything works as expected.