1) Install a domprodtest.properties configuration file in either
   /usr/local/etc or in the tester's home directory.  For glacier,
   the file should look something like this:

       database.domprodtest.driver: org.gjt.mm.mysql.Driver
       database.domprodtest.url: jdbc:mysql://glacier.lbl.gov/domprodtest
       database.domprodtest.user: tester
       database.domprodtest.password: t35Tpas5
       
2) Install the appropriate JDBC jar file (currently, only the MySQL
   JAR file found at http://glacier.lbl.gov/~dglo/mysql-connector-java.jar)
   and add it to your CLASSPATH

3) The tester can add their username and machine info to the database
   with the AddTestInfo application, which takes the local laboratory
   name (like 'LBL' or 'PSL') as an optional argument:

     % java icecube.daq.db.app.AddTestInfo PSL

4) The serial number of the hardware being tested can be added to the
   database with the AddHardware application

 a) If a MainBoard is being tested:

     % java icecube.daq.db.app.AddHardware 400c00493cdb39ac

 b) if a DOM is being tested:

     % java icecube.daq.db.app.AddHardware 400c00493cdb39ac XE301P0001

5) The test result schema can be added to the database with the AddSchema
   application:

     % java icecube.daq.db.app.AddSchema ADC.xml

6) Note that the database cannot be harmed by rerunning any of the utility
   programs with information which was previously added.  When in doubt,
   try to add information you think may be missing.

7) At this point, all STF tests can be run
