--- doc/build/Attic/download.html 2002/04/23 13:18:57 1.3 +++ doc/build/Attic/download.html 2002/07/19 20:14:17 1.11 @@ -1,6 +1,9 @@ - + + + How to Download @@ -9,25 +12,29 @@
 

-First, information must be retrieved from the LON-CAPA server. -There are two kinds of information you will want: +The LON-CAPA files are released in a single *.tar.gz file. +

-

After the download, please read the pages describing the configuration, installation, and upgrading of LON-CAPA.

+

+NOTE: +If you want to quickly install both RedHat 7.3 and LON-CAPA +(to ensure 100% reliability), download these +instructions. +


  @@ -37,24 +44,40 @@ configuration, installation, and upgradi

You can download the most current version of LON-CAPA at - -http://install.lon-capa.org/versions/current/loncapa.tar.gz. + +http://install.lon-capa.org/versions/loncapa-current.tar.gz.

-To view past releases, please visit - -http://install.lon-capa.org/versions/. +The development release of LON-CAPA is at: + +http://install.lon-capa.org/versions/loncapa-unstable.tar.gz.

+

To view the code development history of LON-CAPA, you will need to use the -CVS tool, the open standard for +CVS tool, the open standard for version control. Please contact Helen ( helen@lon-capa.org) to request a CVS USERNAME.

-1. +

+The initial CVS commands would be: +

+
+ +
+
 export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
 cvs login 
-
-
+cvs co loncapa
+
+
+
+

+For more information on using CVS, please visit +http://www.cvshome.org/ +or read loncom/build/readme.html after downloading +the current version of LON-CAPA as described above. +

+