Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
note about known issues. in README
Browse files Browse the repository at this point in the history
  • Loading branch information
benoc617 committed Feb 1, 2014
1 parent a3b7827 commit f7f7c75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SPOILR

Mystery Hunt-Running Django App.

Requirements:

Requires django >= 1.4
Designed to run under apache with mod_wsgi
Expand All @@ -13,13 +14,19 @@ 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)
./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]

0 comments on commit f7f7c75

Please sign in to comment.