--- doc/build/sles11_install.frag 2010/05/25 18:52:10 1.1 +++ doc/build/sles11_install.frag 2013/12/13 18:28:42 1.4 @@ -33,7 +33,7 @@ The installation process takes the follo
SuSE ISO files can be obtained from the Novell site: http://www.novell.com/products/server/. Only DVD1 is required for each architecture (DVD2 contains source rpms for the various packages).
@@ -58,8 +58,8 @@ DHCP is not supported.
Installing SuSE Linux Enterprise Server is quite easy if you've installed Linux products
before. Some documentation is available from
-http://www.novell.com/documentation/sles11/.
-Most of the subsequent installation screens are self explanatory.
+http://www.novell.com/documentation/sles11/.
+Most of the installation screens are self explanatory.
There are a few steps that require comment and are dealt with below.
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. -
-You will use yast to import packages required for LON-CAPA.
+You will use yast to import packages required for LON-CAPA.
Execute:
@@ -121,7 +117,9 @@ cp -rv /mnt/* sles11/DVD1 umount /mnt
Add the LON-CAPA SLES 11 repository as an additional installation source, so software installation in yast will have access to at least two repositories - a SuSE/Novell source (for packages included for the standard distribution) and the LON-CAPA repository (for extra packages needed to run LON-CAPA). For the LON-CAPA source you will use: +
+Add the LON-CAPA SLES 11 repository as an additional installation source, so software installation in yast will have access to at least two repositories - a SuSE/Novell source (for packages included for the standard distribution) and the LON-CAPA repository (for extra packages needed to run LON-CAPA). For the LON-CAPA source you will use: +
After saving this configuration information for the LON-CAPA repository, quit yast.
+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. +
+After installing the prerequisites you should start yast, and select Security and Users -> Firewall. At step 2 include the following services: HTTP, HTTP with SSL, and Secure Shell.
Retrieve the LON-CAPA setup with one of the following commands:
-wget http://install.loncapa.org/versions/suse/sles11/sles11_install.tar +wget http://install.loncapa.org/linux/install.tar
Extract the archive with the following command:
-tar xf sles11_install.tar +tar xf install.tar
This creates a directory named installation. Change to it and @@ -164,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 @@ -202,27 +225,26 @@ 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
You will need to enter the LON-CAPA configuration information you determined in the previous section.
+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)
If you've followed the steps above and the server doesn't start or you think
there's something wrong, please get in touch with the LON-CAPA group.
-You can submit a help request using our web form:
-http://help.loncapa.org/help/
+You can submit a help request using our web form:
+http://help.loncapa.org/help/
If there were errors in installation of the dependency RPMs or during the
automatic setup, please send us as much information as possible.
If some part of this document is unclear please let us know.