Added README for organisers
authorSam Moore <[email protected]>
Thu, 22 Dec 2011 06:43:54 +0000 (14:43 +0800)
committerSam Moore <[email protected]>
Thu, 22 Dec 2011 06:43:54 +0000 (14:43 +0800)
Thats just me. But I might suffer an attack of amnesia, you never know!

README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..6648f71
--- /dev/null
+++ b/README
@@ -0,0 +1,60 @@
+This file is meant to be a README for competition organisers, rather than contestants. 
+Contestants should read the web pages in directory "web" instead. [SZM]
+
+
+=== Changing things and git.ucc ===
+
+The central repository is http://git.ucc.asn.au/?p=progcomp2012.git
+
+Do not alter files locally on Mufasa (progcomp VM) as it does not have push access
+Files should be altered elsewhere, then pushed to git.ucc, then pulled to Mufasa.
+
+For push access to the git.ucc repository, email [email protected]
+
+Contestent's submissions should NOT be added to git (at least until the competition is finished).
+
+=== Running the competition ===
+
+As root:
+
+su judge
+judge/simulator/simulate.py
+
+=== Results ===
+
+Results are automatically generated by simulate.py and appear in web/results
+
+To clear all results and logs, run:
+
+cd judge/simulator
+make clean
+
+To make results accessable, the apache server on Mufasa needs to be running.
+Assuming everything is still set up correctly in DNS and ucc-fw, the results will be at:
+
+http://progcomp.ucc.asn.au/results
+
+=== Submissions ===
+
+Submissions are by email. Do not add submissions to git.
+
+1. Check the submission has nothing nasty in it
+2. Create a sub-directory in agents with the name of the submission
+3. Move the source to that directory.
+4. Build the source if necessary
+5. Add a file "info" in the directory, with the following structure:
+
+path relative to sub-directory to AI executable
+author of the AI
+language
+description
+
+Please do not allow paths such as "../../" etc - but that is common sense!
+
+=== TODO ===
+Add a user for each submission for extra security
+Web upload?
+
+[SZM] (matches) 22/12/2012
+
+

UCC git Repository :: git.ucc.asn.au