This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
mysteryhunt/spoilr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SPOILR Mystery Hunt-Running Django App. Requirements: Requires django >= 1.4 Designed to run under apache with mod_wsgi 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. Originally Created for 2014 Mystery Hunt By Jamie Clark ([email protected]) with some help from Ben O'Connor ([email protected]) Team email: [email protected]
About
Mystery Hunt 2014 Running Software (spoilr django app)
Resources
Stars
Watchers
Forks
Packages 0
No packages published