diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/AUTOJUDGING.txt | 3 | ||||
| -rw-r--r-- | doc/READMEvm.txt | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/AUTOJUDGING.txt b/doc/AUTOJUDGING.txt index cf81f06..8406a4f 100644 --- a/doc/AUTOJUDGING.txt +++ b/doc/AUTOJUDGING.txt @@ -34,8 +34,7 @@ and if the current working directory (ie, ".") is included in the PATH environment variable. $ sudo /bin/bash -# cd /var/www/boca/src -# /var/www/boca/tools/autojudge.sh +# /var/www/boca/tools/boca-autojudge.sh ## or /usr/sbin/boca-autojudge The autojudging.php will stay running until CRTL+C is pressed or it's killed by some other way. Autojudging waits diff --git a/doc/READMEvm.txt b/doc/READMEvm.txt index 49d43c5..a005093 100644 --- a/doc/READMEvm.txt +++ b/doc/READMEvm.txt @@ -76,7 +76,8 @@ computer. About the configuration, the only difference between the autojudge com team's computers is the setup of the database password, as mentioned before. You must set up the database password during the initialization of the autojudging computer. Then, to run the autojudging system, you need to login as icpcadmin (privileged user), open a command-line -terminal (it is inside accessories), and run "sudo /var/www/boca/tools/autojudge.sh" (without quotes). +terminal (it is inside accessories), and run "sudo /var/www/boca/tools/boca-autojudge.sh" +(or you might want to use the script installed in /usr/sbin/boca-autojudge if using apt-get). If everything is fine, some dots will appear on the screen while the script runs an infinite loop waiting for submissions. Ctrl-C stops the autojudge. The autojudging shall be started after configuring the server to run the contest, otherwise it will eventually output an error or |