--- doc/build/sles10_install.frag 2008/12/10 19:57:29 1.4 +++ doc/build/sles10_install.frag 2011/11/26 20:43:08 1.7 @@ -1,20 +1,20 @@
This document guides you through the process of setting up a new LON-CAPA -server running SuSE Linux Enterprise Server 10 (SLES 10) with a minimum of packages installed. -The computer will be configured solely as a LON-CAPA server and will be +server running SuSE Linux Enterprise Server 10 (SLES 10) with a minimum of packages installed. +The computer will be configured solely as a LON-CAPA server and will be expected to have no other services running. Your server is expected to have a reasonably fast connection to the internet.
-More information is available at +More information is available at http://install.lon-capa.org/.
-Installing Linux is getting easier and easier. +Installing Linux is getting easier and easier. You will be required to log in to the machine and execute -some routine Unix commands. Familiarity with the Apache web server, mod_perl, +some routine Unix commands. Familiarity with the Apache web server, mod_perl, perl, and MySQL are not required to install and run LON-CAPA.
@@ -23,24 +23,25 @@ perl, and MySQL are not required to inst The installation process takes the following steps:-SuSE ISO files can be obtained from the Novell site: http://www.novell.com/products/server/. -
+SuSE ISO files can be obtained from the Novell site: http://www.novell.com/products/server/. + --You will need to know the following network settings for your installation. +You will need to know the following network settings for your installation. Note:You must have a static IP address to use LON-CAPA. DHCP is not supported.
@@ -52,13 +53,13 @@ DHCP is not supported.
Installing SuSE Linux Enterprise Server is quite easy if you've installed Linux products
-before. Some documentation is available from
+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.
Once you system has rebooted, you will use yast to complete the configuration. Change the following settings: @@ -99,10 +100,11 @@ There are a few steps that require comme
Finish installing your server, read the "readme", reboot and log in as root.
-After reboot you should start yast, and select Security and Users -> Firewall. At step 2 include the following services: HTTP, HTTP with SSL, and Secure Shell. Use the "Expert..." option to add additional TCP services on ports 5663 and 8080. +
After reboot you should start yast, and select Security and Users -> Firewall. At step 2 include the following services: HTTP, HTTP with SSL, and Secure Shell.
-
You will use yast to import packages required for LON-CAPA.
Execute:
@@ -132,27 +134,29 @@ Repeat those steps with CD2, CD3 and CD4
Execute:
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 @@ -163,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 @@ -175,23 +199,23 @@ for it to function at all. Below is a l
-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
-You will need to enter the LON-CAPA configuration information you determined -in the previous section. +You will need to enter the LON-CAPA configuration information you determined +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-
You will need at least one user at your site who has the role of 'domain coordinator'. This user creates accounts for other users and grants them additional privileges. The make_domain_coordinator.pl script -invoked below requires that you enter the users password. The password will -show in plaintext as you type it. Feel free to use the "passwd username" -command to change it later. Replace USERNAME and DOMAIN with an -appropriate user name and your domain. +invoked below requires that you enter the user's password. +Feel free to use the "passwd username" command to change it later. +Replace USERNAME and DOMAIN with an appropriate user name and your domain.
-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)-
The LON-CAPA network services take a moment to start. Most misconfigurations will be apparent at this step. @@ -238,15 +262,18 @@ will be apparent at this step.
If you receive warnings when starting the httpd about missing perl modules, -please make sure you followed the instructions in +please make sure you followed the instructions in Installing LON-CAPA Dependencies. If you still have errors, please contact the LON-CAPA group.
-Point a web browser at your new machine and log in as the domain coordinator. Congratulations!
+ +If you've followed the steps above and the server doesn't start or you think