From: x2000palatin Date: Tue, 9 Nov 2004 14:10:51 +0000 (+0000) Subject: Changes to do for new statistics X-Git-Tag: xorg/old~1007 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bfcd56c593c535837fbe49e1788c8370750d8a72;p=platal.git Changes to do for new statistics --- diff --git a/scripts/migration/0.9.2/update.sh b/scripts/migration/0.9.2/update.sh index a3560fd..a7f3788 100755 --- a/scripts/migration/0.9.2/update.sh +++ b/scripts/migration/0.9.2/update.sh @@ -21,3 +21,15 @@ echo "STILL TODO : - insert scripts/cron/send_notifs.php in the crontab suggested : 0 4 * * 6 (it means every saturday at 4 AM) " + +########################################################### +echo "To make statistics work : + - remove old cron (web cron) : /home/web/bin/nbx, + genere.sh,genereParselog,genereParselog2 + - add new scripts (from scripts/cron/stats)in cron + evolution-inscrits-mails, plot-graphs, mailParselog + - add symlinks : + in htdocs/stats : ln -s /home/web/stats/graph-* . + in templates/stats : ln -s /home/web/stats/lastParselog* . + +"