Installation is straight-forward. It consists of
(a) altering the main code module, woda-**.pl to reflect the settings of your web server;
(b) creating a directory for WODA code and moving the code into that directory;
(c) creating a directory for WODA data in your httpd (or public_html) directory;
(d) creating two directories inside that, one called "icons" and one called "data", then
(e) moving the supporting graphics into the icons directory.
Running Install from the command line often fails because the install program doesn't complete the job. (It attempts to create a directory for the cgi* files but fails to. It is only able to create a file with that name. Then it can't transfer files into that location because there is a file there, not a directory). Fortunately it is a very easy job to fix. To finish the install you have to perform four jobs:
1. In the same directory as the Install program there is a folder called woda-**. Move that directory and it's files into the directory you've chosen for WODA cgi code.
3. Change the name of the directory "gifs" to "icons"
2. Move it and it's files into the directory that you specified for the WODA data directory.
4. Edit the main WODA code module, woda-**.pl. You want to locate the subroutine called "mainConfig" around line 4400. Have a look at the variables being defined in that section. You'll want to ensure that the admin user password is changed first of all, then change the other settings based on your server setup.