###########################################################################
#                           Tester Script                                 #
#                                                                         #
#           This tester script will verify that you can                   #
#           run the WonderDesk successfully on your server.               #
#                                                                         #
#               Tar Unix/Linux Installation Intructions                   #
#                                                                         #
#  This tester script is based off of a cgi-script called DBMan which     #
#  can be found at http://www.gossamer-threads.com/                       #
#                                                                         #
###########################################################################

NOTE: You will need to have telnet or SSH connection ability to use the tar file.


Quick installation summary:

1. Upload the tester.tgz file to your cgi-bin
2. tar vxfpz tester.tgz
3. Edit the default.cfg file.
4. With your browser, run db.cgi file



========================================================================
=       Detailed tar Unix/Linux Installation instructions:             =
========================================================================



Step 1. Upload the tester.tgz file to your cgi-bin.
	If you don't have it, you can get it here:
	http://www.wonderdesk.com/tester.tgz



Step 2. From a telnet or SSH shell promt, type this command:
	tar vxfpz tester.tgz



Step 3. Edit the default.cfg file with a text editor, and define 2 settings:

	$db_dir_url  = "http://yoursite.com/cgi-bin/tester";
                       (change this to reflect your URL)
                          
        $db_sendmail = "/usr/lib/sendmail";
        		(change this to where your sendmail program is)             


Step 4. Point your browser to http://yoursite.com/cgi-bin/tester/db.cgi
        (replace yoursite.com with the appropriate location)

	At this point, you should see the login page. Log in with:
	username: admin
	password: admin

	You should then be presented with a colorful page and some tests to run.
        When the tests pass, then you can be certain that the WonderDesk will also
        run successfully on your server.

	Done!
	
	
