X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-7.html;h=f75cfd19ef37182bde6930c88846fbb8d66b78c2;hb=d2c1a8cb2a31725e3b9084aee3ec43e585e3273f;hp=05705b3e4d7f4a091638400a687b6da443ef4fae;hpb=e90334372dd94c9deca9855be9ac7527a0da7870;p=spider.git diff --git a/html/adminmanual-7.html b/html/adminmanual-7.html index 05705b3e..f75cfd19 100644 --- a/html/adminmanual-7.html +++ b/html/adminmanual-7.html @@ -2,10 +2,11 @@ - The DXSpider Installation and Administration Manual : CVS + The DXSpider Administration Manual v1.48: CVS + Next @@ -42,7 +43,7 @@ steps which are listed below ... repository. You do this with the command below ...

-cvs -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/DXSpider login 
+cvs -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider login 
 

You will get a password prompt. Simply hit return here and your machine should return to a normal linux prompt. @@ -50,15 +51,14 @@ return to a normal linux prompt.

What happens next depends on whether you have an existing installation that you want to update with the latest and greatest or whether you just want to see what is there and/or run it on a new machine for testing. -Either way you will want to change directory to a new place, if you want to -update an existing installation then I suggest /tmp, otherwise choose a -suitable place according to the normal installation instructions. +

If you are installing Spider from CVS then change directory to /home/sysop +

If you are wanting to update Spider then cd to /tmp

The next step will create a brand new 'spider' directory in your current directory.

-cvs -z3 -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/DXSpider co spider
+cvs -z3 -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider co spider
 

This command is all on one line.

@@ -86,7 +86,7 @@ tar xvfzp /tmp/s.tgz correct. YOU WERE LOGGED IN AS THE USER SYSOP WEREN'T YOU?????

Remember to recompile the C client (cd /spider/src; make)

-

At this point the files have been upgraded. You can (usually) restrt the cluster +

At this point the files have been upgraded. You can (usually) restart the cluster in your own time. However, if you attempt to use any new commands or features expect it to be fatal! At least your cluster will have been restarted then so it will be too late to worry about it! @@ -97,7 +97,7 @@ Internet and then, as the user sysop ...

 cd /spider
-cvs -z3 update
+cvs -z3 update -d
 

and your files will be updated. As above, remember to recompile the "C" client