b32b7c3b2b930a78a07cd1e27820f62f4a0e9cfe
[spider.git] / spider-web / README
1 Spider-WEB v0.6b
2
3 Completely based on a clx web client written in Java by dl6dbh
4 (ftp://clx.muc.de/pub/clx/clx-java_10130001.tgz)
5
6 The webserver has to run on the same machine as your DxSpider software!
7
8 Installation instructions:
9
10 Put all the files in the spider-web directory into a newly created directory
11 under the documentroot of your websever for instance 'client'. In my case
12 this is:
13 /usr/local/httpd/spider/client/
14
15 ================================================================
16 !NOTE! this directory has to be writeable by your http daemon!!!!
17 =================================================================
18
19 move spider.cgi to the cgi-bin directory of your webserver, in my case that is
20 /usr/local/httpd/cgi-bin/ 
21 make it worldreadable.
22
23 edit spider.cgi and change  the following parameters:
24
25 portnumber=$"1407"
26 tempdir=$"/usr/local/httpd/spider/client/"
27 clustercall=$"PA4AB-15"
28
29 'portnumber' is the portnumber that you use to connect to your DxSpider via
30 telnet (see Listeners.pm)
31
32 'tempdir' is the directory that you just created and that you used to move
33 the *.java and *.class files to.
34
35 'clustercall' is the call of your cluster.
36
37 You now can connect to Spider-Web via http://yourserver/cgi-bin/spider.cgi