Setup¶
The canonical setup instructions live in README.md under Simple-Setup and Cron jobs.
Fast Path¶
- Install PHP + Composer + MySQL.
- Run
composer install. - Create a MySQL database.
- Finish setup via
/public_html/setupor manual SQL import + config file.
Manual Essentials¶
- Import
includes/install/DB.sql. - Create
includes/database_info.phpfromincludes/database_info.php.template. - Promote your first user to admin (
user_credentials.group_id = 1).
Cron Endpoints¶
The app expects periodic cron invocations (attacks, hourly, daily, rankings, resources). See README for exact URLs and schedules.