Upgrading the package
When upgrading from 1.75 :
- move your config.pl file to config.old
- move your fixperlpath.pl file to fixperlpath.old
- extract the files from the tar file, it will replace the old ones.
- watch out the 'what's new' section in the new config.pl and modify your config.old
- delete your config.pl and move your config.old back to config.pl
- move your fixperlpath.old back to fixperlpath.pl
- make all the .pl files runable (chmod +x *.pl)
- don't forget : fixperlpath.pl *.pl
- DON'T run cron-pages.pl or it will delete all your previous stats !
- That's all !
When upgrading before 1.75 :
- move your config.pl file outside the w3perl directory
- save your fixperlpath.pl file and Date/Jour/ directory outside the w3perl directory too.
- delete the w3perl directory
- install the new version
- copy and paste your configuration variables
in the new config.pl and customize the new option available.
- put your saved fixperlpath.pl back in the new w3perl directory
- make all the .pl files runable (chmod +x *.pl)
- don't forget : fixperlpath.pl *.pl
- That's all !
PS : When , you
don't need anymore gnuplot, ppmtogif and giftrans. But you need to install
a new graphic tool : Fly.
PS : When , you should edit your crontab. Cron-pages.pl is no more used if you want incremental stats.See the
What new section.