You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
Requires an actual hunt structure and info to be present in /home/hunt before this will work. This should be in some other git repo somewhere.
Required config files:
my.cnf (use my.cnf.EXAMPLE as a template)
spoilr/settings.py (use settings.py.EXAMPLE as a template)
Commands:
./reset.sh -- re-initializes everything based on hunt structure and team data (including wiping database)
will also install crontab and basic apache conf, syslog settings, and probably some other stuff
./manage republish_all -- republishes hunt for all teams (based on hunt structure in /home/hunt)
./manage republish_team <team_url> -- republished hunt for just one team
./manage load_data -- reloads data for all teams (based on team data in /home/hunt)
Known Issues:
Race condition in republish_all / republish_team will erase any progress made while republish is running for that ream. Do not run while hunt queue is being processed (i.e. make sure progress is frozen). Or fix it to be transactional.