Index of /wares/files/weatherd
Quickie Instructions for Redhat 8.x:
1. Install MySQL somewhere on the network. (RH: up2date mysql-server)
2. Install weather daemon (RH: sudo rpm -ivh weatherd-0.1-1.i386.rpm)
3. Create SQL tables (mysqladmin < /usr/share/doc/weatherd-0.1/tables.sql)
4. Edit weatherd config file (/etc/weatherd.xml). Format should be apparent. I'll add more info later.
5. Startup weatherd (RH: sudo /sbin/service weatherd start)
6. You may want to start it at init (RH: sudo /sbin/chkconfig weatherd on)
7. Congrats, hopefully. Watch your SQL tables fill with glorious data.