There are three installation options.

1) To install the program but not any C. elegans info in associated databases:
 a) Copy files *.pm, *.cgi, *.html, and config.txt to a CGI directory.
 b) Edit config.txt to set 'do_not_use_database' to 1.

2) To install using a Mysql or Oracle database for the associated C. elegans info:
 a) Copy files *.pm, *.cgi, *.html, and config.txt to a CGI directory.
 b) Edit config.txt to set the database login/password.
 c) To use a mysql database run load_mysql.bat and pass in the gene location and primer files:

  load_mysql.bat wb_all_map.8-05.txt Primers.all.8-05.txt

    To use with an Oracle database set up Oracle environment variable and if necessary edit
     load_mysql.bat to include the user/passwd on the sqlplus command line. 
	 Then run the batch file:

  load_oracle.bat wb_all_map.8-05.txt Primers.all.8-05.txt

  I haven't tested this with an Oracle db, so some adjustments may be needed!

And then it should work!

