version 1.1, 2024/07/01 01:06:18
|
version 1.3, 2024/08/08 16:18:45
|
Line 93 Finish installing your server, reboot it
|
Line 93 Finish installing your server, reboot it
|
<p> |
<p> |
The default is to disallow login for root using ssh, so if you plan to allow remote access via ssh, it is recommended to create a user account, replacing <username> with the desired username in the commands below. If you prefer, you can skip this step and simply use the Linux user account which you will create later at step 6 ("Creating a Domain Coordinator") for ssh access. |
The default is to disallow login for root using ssh, so if you plan to allow remote access via ssh, it is recommended to create a user account, replacing <username> with the desired username in the commands below. If you prefer, you can skip this step and simply use the Linux user account which you will create later at step 6 ("Creating a Domain Coordinator") for ssh access. |
<pre> |
<pre> |
/sbin/adduser <username> |
/sbin/adduser <username> |
passwd <username> |
passwd <username> |
</pre> |
</pre> |
<h3>Firewall Configuration</h3> |
<h3>Firewall Configuration</h3> |
<p> |
<p> |
Line 134 Enable the Oracle Linux 9 CodeReady Buil
|
Line 134 Enable the Oracle Linux 9 CodeReady Buil
|
dnf config-manager --set-enabled ol9_codeready_builder |
dnf config-manager --set-enabled ol9_codeready_builder |
</pre> |
</pre> |
<p> |
<p> |
Install the loncapa.repo file from the LON-CAPA install site: |
Install wget and then the loncapa.repo file from the LON-CAPA install site: |
</p> |
</p> |
<pre> |
<pre> |
|
dnf install wget |
wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/9/loncapa.repo |
wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/9/loncapa.repo |
</pre> |
</pre> |
<p> |
<p> |