Introduce a 'games this month' column
[asr.git] / README
blob1775b78f663203edf83e898a010fbcfcb799767b
1 To setup the database, setup an account, create database and
2 execute the contents of SQL. Modify .my.cnf accordingly. Set up
3 your webserver to execute .pl files as CGI scripts.
5 Set up these cronjobs (modify accordingly):
7 54 * * * * nice -n 19 /home/pasky/WWW/asr/update.pl >>/home/pasky/WWW/asr/update.log 2>&1
8 0 1 * * * nice -n 19 /home/pasky/WWW/asr/decay.pl >>/home/pasky/WWW/asr/decay.log 2>&1
11 The update.pl portion of the code is from a large part based
12 on The Battlefield room engine.