version 1.2, 2005/07/26 16:53:00
|
version 1.5, 2007/06/05 14:43:19
|
Line 129 Reboot your system before continuing wit
|
Line 129 Reboot your system before continuing wit
|
Retrieve the RHEL4_loncapa_rhnsources file from the LON-CAPA install site: |
Retrieve the RHEL4_loncapa_rhnsources file from the LON-CAPA install site: |
</p> |
</p> |
<pre> |
<pre> |
wget http://install.loncapa.org/versions/redhat/RHEL4_loncapa_rhnsources |
wget http://install.loncapa.org/versions/redhat/4ES/RHEL4_loncapa_rhnsources |
</pre> |
</pre> |
<p> |
<p> |
Install the RHEL4_loncapa_rhnsources |
Install the RHEL4_loncapa_rhnsources |
Line 147 up2date
|
Line 147 up2date
|
<h3>Install prerequisites</h3> |
<h3>Install prerequisites</h3> |
<p>Import the GPG key for use in verifying LON-CAPA packages retrieved from the LON-CAPA installation site. |
<p>Import the GPG key for use in verifying LON-CAPA packages retrieved from the LON-CAPA installation site. |
<pre> |
<pre> |
rpm --import http://install.loncapa.org/versions/redhat/RHEL/RPM-GPG-KEY-loncapa |
rpm --import http://install.loncapa.org/versions/redhat/RPM-GPG-KEY-loncapa |
</pre> |
</pre> |
</p> |
</p> |
<p>Execute the installation </p> |
<p>Execute the installation </p> |
<pre> |
<pre> |
up2date install LONCAPA-prerequisites |
up2date LONCAPA-prerequisites |
</pre> |
</pre> |
This may take a moment due to LON-CAPA's large number of dependencies. |
This may take a moment due to LON-CAPA's large number of dependencies. |
</p> |
</p> |
Line 161 This may take a moment due to LON-CAPA's
|
Line 161 This may take a moment due to LON-CAPA's
|
Retrieve the LON-CAPA setup with the following command: |
Retrieve the LON-CAPA setup with the following command: |
</p> |
</p> |
<pre> |
<pre> |
wget http://install.loncapa.org/versions/redhat/RHEL/redhat_install.tar |
wget http://install.loncapa.org/versions/redhat/4ES/redhat4_install.tar |
</pre> |
</pre> |
<p> |
<p> |
Extract the archive with the following command: |
Extract the archive with the following command: |
</p> |
</p> |
<pre> |
<pre> |
tar xf redhat_install.tar |
tar xf redhat4_install.tar |
</pre> |
</pre> |
<p> |
<p> |
This creates a directory named <tt>installation</tt>. Change to it and |
This creates a directory named <tt>installation</tt>. Change to it and |