--- doc/build/oracle9_install.frag 2024/07/01 01:06:18 1.1 +++ doc/build/oracle9_install.frag 2024/08/08 16:18:45 1.3 @@ -93,8 +93,8 @@ Finish installing your server, reboot it
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.
-/sbin/adduser-passwd +/sbin/adduser <username> +passwd <username>
@@ -134,9 +134,10 @@ Enable the Oracle Linux 9 CodeReady Buil dnf config-manager --set-enabled ol9_codeready_builder
-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:
+dnf install wget wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/9/loncapa.repo