--- doc/build/sles10_install.frag 2010/05/27 05:48:22 1.6
+++ doc/build/sles10_install.frag 2011/11/26 20:43:08 1.7
@@ -59,7 +59,7 @@ Installing SuSE Linux Enterprise Server
before. Some documentation is available from
http://www.novell.com/documentation/sles10/.
-Most of the subsequent installation screens are self explanatory.
+Most of the installation screens are self explanatory.
There are a few steps that require comment and are dealt with below.
yast -i LONCAPA-prerequisites
-This may take a moment due to LON-CAPA's large number of dependencies. +This may take some minutes due to LON-CAPA's large number of dependencies.
Retrieve the LON-CAPA setup with one of the following commands:
-wget http://install.loncapa.org/versions/suse/sles10/sles10_install.tar +wget http://install.loncapa.org/linux/install.tar
Extract the archive with the following command:
-tar xf sles10_install.tar +tar xf install.tar
This creates a directory named installation. Change to it and @@ -167,8 +167,28 @@ cd installation ./install.pl
-This script will prompt you for the MySQL root password and will download the latest LON-CAPA release. +The script is used to prepare a Linux system to run LON-CAPA, and can also be +used to check the configuration of a system on which LON-CAPA has already been installed. Typically, though, you will run this script only once, when you first install LON-CAPA.
++The script will analyze your system to determine which actions are recommended. The script will then prompt you to choose the actions you would like taken. +Once a choice has been entered for all nine possible actions, required changes will be made. +
+The possible actions are: +
LON-CAPA requires a number of identifying parameters to be set in order @@ -205,7 +225,7 @@ for it to function at all. Below is a l To configure and install LON-CAPA, execute the following commands:
-cd /root/loncapa-N.N.N (N.N.N should correspond to a version number like '2.2.2') +cd /root/loncapa-X.Y.Z (X.Y.Z should correspond to a version number like '2.10.0') ./UPDATE
@@ -214,7 +234,7 @@ in the previous section.
After installing LON-CAPA, and taking any actions included in the WARNINGS file created during installation, it is recommended that you set loncontrol to start automatically on boot, by executing the following command:
-/sbin/chkconfig --level 345 loncontrol on +/sbin/chkconfig --level 35 loncontrol on
-cd /root/loncapa-N.N/loncom/build +cd /root/loncapa-X.Y.Z/loncom/build perl make_domain_coordinator.pl USERNAME DOMAIN -(WILL PROMPT FOR PASSWORD HERE)