X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation-1.html;h=a781b1e24f053f44bef34daea13737ed041e59e2;hb=14e5872f34acc3b869c3864510b10fd9929d728b;hp=c9dcbc38cd3408f6e3e17207caed385f881e738a;hpb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;p=spider.git diff --git a/html/installation-1.html b/html/installation-1.html index c9dcbc38..a781b1e2 100644 --- a/html/installation-1.html +++ b/html/installation-1.html @@ -2,7 +2,7 @@ - The DXSpider Installation Manual v1.48: Linux Installation + The DXSpider Installation Manual v1.49: Linux Installation @@ -49,7 +49,7 @@ following modules from
  • Net-Telnet-3.02.tar.gz
  • -Curses-1.05.tar.gz
  • +Curses-1.06.tar.gz
  • Time-HiRes-01.20.tar.gz
  • @@ -87,8 +87,8 @@ following modules from # make install # cd .. # -# tar xvfz /usr/local/packages/Curses-1.05.tar.gz -# cd Curses-1.05 +# tar xvfz /usr/local/packages/Curses-1.06.tar.gz +# cd Curses-1.06 # perl Makefile.PL # make test # make install @@ -118,13 +118,20 @@ the name sysop. You can call it anything you wish. Depending on your security requirements you may wish to use an existing user, however this is your own choice.

    -

     # adduser -m sysop
     

    +

    For SUSE distributions, the command would be .. +

    +

    +
    +# useradd -m sysop
    +
    +
    +

    Now set a password for the user ...

    @@ -240,7 +247,19 @@ $ ./create_sysop.pl

    -

    1.5 Starting up for the first time +

    1.5 The client program +

    + +

    In earlier versions of Spider, all the processes were Perl scripts. This +was fine but with a lot of users your computer memory would soon be used up. +To combat this a new client was written in "C". This client only works for +incoming connects at the moment. Before you can use it though it +has to be "made". CD to /spider/src and type make. You +should see the output on your screen and hopefully now have a small C program +called client. Leave it in this directory. +

    +

    +

    1.6 Starting up for the first time

    We can now bring spider up for the first time and see if all is well or not! @@ -292,17 +311,6 @@ shutdown

    and both the cluster and the client should return to Linux prompts.

    -

    1.6 The Client program -

    - -

    In earlier versions of Spider, all the processes were Perl scripts. This -was fine but with a lot of users your computer memory would soon be used up. -To combat this a new client was written in "C". This client only works for -incoming connects at the moment. Before you can use it though it -has to be "made". CD to /spider/src and type make. You -should see the output on your screen and hopefully now have a small C program -called client. Leave it in this directory. -


    Next