RRDWeather
Copyright (c) 2005 Sebastien Wains <seb@wains.be>
Released under the GNU General Public License
http://www.wains.be/projects/rrdweather/


What do I need ?

- a linux or unix machine running 24/7
- awk and wget
- apache webserver allowing ExecCGI (or any other webserver)
- rrdtool >= 1.2.0
- RRDs and POSIX perl libraries


Installation steps

- unzip the files to the directory of your choice (e.g. : /usr/local/rrdweather)
- edit "db_builder.sh", "db_update.sh" and "weather.cgi" to fit your location, needs and configuration
- New user only, skip this step if you are updating : execute db_builder.sh to create the RRD databases. This should be run only once.
- add this line to your personal cron :

*/5 * * * * /usr/local/rrdweather/db_update.sh

- copy "weather.cgi" to a cgi-bin folder on your webserver
- after a few minutes, you should see graphs being drawn at http://youdomain.tld/cgi-bin/weather.cgi
