Gatherling
An online MTG website for running tournaments.
Setup:
- Copy config.php.example to config.php and fill in the
variables needed.
- Insert schema.sql into the database.
- Sign up a player by visiting register.php.
- Set the player as an admin by running SQL:
UPDATE players SET super = 1 WHERE name = '';
There are about 20 more steps. We realy need to fix this.