updated documentation a bit
[spider.git] / html / adminmanual-7.html
index 05705b3e4d7f4a091638400a687b6da443ef4fae..f75cfd19ef37182bde6930c88846fbb8d66b78c2 100644 (file)
@@ -2,10 +2,11 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
- <TITLE>The DXSpider Installation and Administration Manual : CVS</TITLE>
+ <TITLE>The DXSpider Administration Manual v1.48: CVS</TITLE>
  <LINK HREF="adminmanual-8.html" REL=next>
  <LINK HREF="adminmanual-6.html" REL=previous>
  <LINK HREF="adminmanual.html#toc7" REL=contents>
+<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
 </HEAD>
 <BODY>
 <A HREF="adminmanual-8.html">Next</A>
@@ -42,7 +43,7 @@ steps which are listed below ...
 repository.  You do this with the command below ...
 <P>
 <PRE>
-cvs -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/DXSpider login 
+cvs -d:pserver:anonymous@cvs.DXSpider.sourceforge.net:/cvsroot/dxspider login 
 </PRE>
 <P>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.
 <P>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.
+<P>If you are installing Spider from CVS then change directory to /home/sysop
+<P>If you are wanting to update Spider then cd to /tmp
 <P>
 <P>The next step will create a brand new 'spider' directory in your current
 directory.
 <P>
 <PRE>
-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
 </PRE>
 <P>This command is all on one line.
 <P>
@@ -86,7 +86,7 @@ tar xvfzp /tmp/s.tgz
 correct.  YOU WERE LOGGED IN AS THE USER SYSOP WEREN'T YOU?????
 <P>Remember to recompile the C client (cd /spider/src; make)
 <P>
-<P>At this point the files have been upgraded.  You can (usually) restrt the cluster
+<P>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 <EM>sysop</EM> ...
 <BLOCKQUOTE><CODE>
 <PRE>
 cd /spider
-cvs -z3 update
+cvs -z3 update -d
 </PRE>
 </CODE></BLOCKQUOTE>
 <P>and your files will be updated.  As above, remember to recompile the "C" client