--- doc/build/scientific6_install.frag 2013/12/16 13:53:28 1.6 +++ 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. @@ -111,6 +109,12 @@ This tool should be used to configure th
+Enable access to the EPEL repository +
++yum install epel-release ++
Update your system to the latest versions of the system software using yum.
@@ -133,6 +137,25 @@ 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 |