
PowerSearch Installation Guide

1)unpack powersearch.zip

  You will find a folder named PowerSearch/.
  There is a file named tsearch.cgi under it, this is the
  main script.
  

2) FTP the PowerSearch folder and all its sub folders to your WEB server,
   change its permission to make it writable by CGI user. 
   E.g., On UNIX, chmod 777 PowerSearch
   
   FTP the images in the images/ folder to your web site's images/ folder

3) Edit the tsearch.cgi script

   a) If needed, change the first line #!/usr/bin/perl to reflect
      the location of perl on the web server. 

   b) Set the $PowerSearchMain::master_cfg_dir to the full path of
	the PowerSearch directory. For example:

     $PowerSearchMain::master_cfg_dir ="C:/MyStuff/PowerSearch";

   c) Set the $PowerSearchMain::fix_cgi_url  to the URL of the tsearch.cgi script
      For example:

      $PowerSearchMain::fix_cgi_url ="http://netbula.com/cgi-bin/tsearch.cgi";

4) Upload the tsearch.cgi to your CGI-BIN and make it executable.

5) Access the tsearch.cgi via browser and follow the on screen instructions.
   When you access it the first time, PowerSearch will automatically install
   its own library code.

That is it!



	
