X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation-1.html;h=a781b1e24f053f44bef34daea13737ed041e59e2;hb=14e5872f34acc3b869c3864510b10fd9929d728b;hp=300ad0521be21d6a6b5e05bf9b24cbffc2ba77f5;hpb=422c57889c45bafa6cbcef9b28a8230f0f3c95f6;p=spider.git diff --git a/html/installation-1.html b/html/installation-1.html index 300ad052..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 @@ -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