]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - html/installation.html
Removing MC position of the primary vertex (Jouri)
[u/mrichter/AliRoot.git] / html / installation.html
index 9c55b71ec2c4dcd884d6379fc8ede1642bef98d7..0ba35e927a571eb14e854877fac96d25c5e691ff 100644 (file)
@@ -4,7 +4,7 @@
 <HEAD>
 <TITLE>Installation</TITLE>
 
-<link rev="made" href="mailto:Federico.Carminati@cern.ch">
+<link rev="made" href="mailto:webmaster@alisoft.cern.ch">
 <link rel="stylesheet" href="http://www.w3.org/StyleSheets/Core/Swiss" type="text/css">
 <STYLE type="text/css">
 
@@ -55,8 +55,8 @@ compilers). It also runs on Compaq OSF1 and SunOS. We welcome feedback from
 the installation on other systems and we will be happy to consider 
 modifications and corrections necessary to make the installation possible.
 
-<p> The disk space required for a full installation of AliRoot is 200MB for
-the system itself and 60MB for the ROOT system.
+<p> The disk space required for a full installation of AliRoot is 360MB for
+the system itself and 120MB for the ROOT system.
 
 <h3>gmake</h3>
 
@@ -140,17 +140,21 @@ necessary variables correctly.
 <p>At this point you should logout, login again and check that the symbols
 are set correctly.
 
-<p><li> Retrieve the AliRoot code. There are two ways to do this: the
-    preferred way is retrieving a tar file on the ftp server and the
+<p><li> Retrieve the AliRoot code. This code is available under 3 main
+    versions (old, pro and new). Check <a href="../releases.html"> the
+    Releases page </a> to select the appropriate version and get
+    the corresponding CVS Tag.
+    There are two ways to retrieve the code: the
+    preferred way consists in retrieving a tar file on the ftp server and the
     slow and network consuming way is checking out the whole cvs tree using
-    cvs. cvsup will be available soon.
+    cvs. Cvsup may be available soon as an alternative.
     
 <ul> 
-<p><li> <em>From a tar file</em>. This is the preferred way. Tar files
+<p><li> <em>From a tar file</em>. Tar files
     for the different releases including an up-to-date file remade
-    every night are available on the ftp server
-    <a href="ftp://alisoft.cern.ch/pub/offline">
-    ftp://alisoft.cern.ch/pub/offline</a>. The tar files include the
+    every night are available on the 
+    <a href="http://AliSoft.cern.ch/offline/download/offline/">
+    Web server</a>. The tar files include the
     "CVS" subdirectories for the anonymous cvs user (login "cvs"). So after
     getting the full tar file, it is possible to incrementally update
     the code using cvs.
@@ -167,11 +171,22 @@ are set correctly.
 <p><li> <em>From cvs remote cvs server</em>.  The setup for the access
     to the remote cvs server is described in the
     <A HREF="/offline/development.html#Code">Code Development section</A>.
-    The code can be downloaded via the command:
-
+    The code can be downloaded via the following commands:
+    
 <p><pre>
 $ cd $ALICE
-$ cvsa co -r Release-3-02 -d pro AliRoot
+$ setenv CVSROOT :pserver:cvs@alisoft.cern.ch:/soft/cvsroot
+$ cvs co -r Release-3-XX -d pro AliRoot
+</pre>
+
+<p><li> <em> Update </em> In both cases running a cvs update command
+    will update the latest changes to the code in the selected branch
+    (here branch "Release-3-XX"). So, for a full update, including
+    the automatic creation a new subdirectories, the commands are:
+<p><pre>
+$ cd $ALICE/pro
+$ setenv CVSROOT :pserver:cvs@alisoft.cern.ch:/soft/cvsroot
+$ cvs update -d
 </pre>
 
 </ul>
@@ -233,8 +248,8 @@ executable will be ignored and the official version executed.
 
 <p>Therefore in order to develop one or more packages locally
 (let's say the TPC) and make modifications, the following steps should be
-performed. We suppose here that the remote cvs server has been setup correctly
-as explained in the <a href="../development.html">code development</a> section.
+performed. The remote cvs server use and setup is explained in the <a
+href="../development.html">code development</a> section.  
 
 <p><table id="wide" cellspacing=10%>
  <tr align=center>
@@ -280,11 +295,11 @@ as explained in the <a href="../development.html">code development</a> section.
   <td>remove link to ALIROOT subdirectory, may be this is not really necessary
       on all systems, but we do it just to be on the safe side
  <tr align=left>
-  <th>$ cvsa co -r Release-3-02 TPC
+  <th>$ cvs co -r Release-3-XX TPC
   <td>get from the cvs server the release version of the TPC files to be
       modified
  <tr align=left>
-  <th>$ cvsa co -r Release-3-02 ALIROOT
+  <th>$ cvs co -r Release-3-XX ALIROOT
   <td>get from the server the release version of the ALIROOT files to recreate
       the executable
  <tr align=left>
@@ -349,10 +364,11 @@ procedure.
 <hr>
 <address>
           <script language="JavaScript">
-             document.write("Last modified "+ document.lastModified)
+             document.write("Last modified "+ document.lastModified +" . ")
              // end of script -->
           </script>
-by <a href="mailto:Federico.Carminati@cern.ch">Federico Carminati</a>
+Please report problems to
+<a href="mailto:webmaster@alisoft.cern.ch"> webmaster@alisoft.cern.ch</a>
 </address>
 </BODY>
 </HTML>