--- doc/build/scientific6_install.frag 2011/06/01 04:41:14 1.1 +++ doc/build/scientific6_install.frag 2019/12/02 18:05:16 1.8 @@ -23,9 +23,9 @@ perl, and MySQL are not required to inst The installation process takes the following steps:
-Scientific Linux isos can be obtained from links included on the Scientific Linux download page
-For the minimal install on both 32-bit and 64 bit architecture you will need only the first CD.
-
+Scientific Linux isos can be obtained from links included on the Scientific Linux download page
- -Finish installing your server, reboot it, and log in as root. The -first time you log-in, the Setup Agent will be displayed. (If you exit it early you can enter it again by running the command +Finish installing your server, reboot it, and log in as root. +
++The first time you log-in, the Setup Agent will be displayed. (If you exit it early you can enter it again by running the command +
setup- This tool should be used to configure the Firewall and SELinux. - -
+This tool should be used to configure the Firewall and SELinux.
++Enable access to the EPEL repository +
++yum install epel-release ++
Update your system to the latest versions of the system software using yum.
@@ -125,13 +132,31 @@ wget http://install.loncapa.org/versionsInstall the scientific_loncapa_yum.conf
-
mv /etc/yum.conf /etc/yum.conf.backup cp scientific6_loncapa_yum.conf /etc/yum.conf yum update++Verify the required repositories are enabled: +
++yum repolist enabled +++The list of enabled repos should be as follows (where $releasever = 6.10 and $basearch = x86_64 or i386):
+
repo id | repo name |
---|---|
epel | Extra Packages for Enterprise Linux 6 - $basearch |
loncapa-updates-basearch | Scientific Linux $releasever LON-CAPA $basearch Updates |
loncapa-updates-noarch | Scientific Linux $releasever LON-CAPA noarch Updates |
sl | Scientific Linux $releasever - $basearch |
sl-security | Scientific Linux $releasever - $basearch - security updates /td> |
sl6x | Scientific Linux 6x - $basearch |
sl6x-security | Scientific Linux 6x - $basearch - security updates |
rpm --import http://install.loncapa.org/versions/scientific/RPM-GPG-KEY-loncapa@@ -140,7 +165,7 @@ yum update
yum install 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.
@@ -171,7 +196,7 @@ used to check the configuration of a sys 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: +
The possible actions are:
LON-CAPA requires a number of identifying parameters to be set in order @@ -202,7 +226,7 @@ for it to function at all. Below is a l
-cd /root/loncapa-N.N (N.N should correspond to a version number like '1.3') +cd /root/loncapa-X.Y.Z (X.Y.Z should correspond to a version number like '2.10.0') ./UPDATE
@@ -246,15 +270,13 @@ 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