# install the database files

If you have old tables, use the destroy_tables.mysql
to remove them...this will destroy user preferences
and there are presently no update scripts.

I recommend you dump the "weather" table, and reimport
the data once the new tables are made.

For mysql, the database files may be installed as follows:
mysql <databasename> -p < <filename.mysql>

1) Create the tables
  a) create_tables.mysql
2) Add the data (any order)
  a) states_data.mysql
  b) weather_region.mysql
  c) either weather_metar_us.mysql or weather_metar_world.mysql
3) Add the application or enable it through the applications
   section of phpgroupware
4) Prepare the weather directory for image and weather files
  a) mkdir tmp
  b) chmod 700 images tmp
  c) chown wwwrun.nogroup images tmp -- SuSE otherwise whatever your httpd runs as
