Diff for /doc/build/oracle8_install.frag between versions 1.1 and 1.3

version 1.1, 2019/10/07 18:10:32 version 1.3, 2020/11/02 21:16:44
Line 97  web server ports (i.e., http and https): Line 97  web server ports (i.e., http and https):
 <pre>  <pre>
 systemctl enable firewalld  systemctl enable firewalld
 systemctl start firewalld  systemctl start firewalld
 sudo firewall-cmd --zone=public --permanent --add-service=http  firewall-cmd --zone=public --permanent --add-service=http
 sudo firewall-cmd --zone=public --permanent --add-service=https  firewall-cmd --zone=public --permanent --add-service=https
 sudo firewall-cmd --reload  firewall-cmd --reload
 </pre>  </pre>
   
 <h2>4. <a id="upd">Update your system</a></h2>  <h2>4. <a id="upd">Update your system</a></h2>
Line 140  wget -O /etc/yum.repos.d/oracle-linux-ol Line 140  wget -O /etc/yum.repos.d/oracle-linux-ol
 Install the loncapa.repo file from the LON-CAPA install site:  Install the loncapa.repo file from the LON-CAPA install site:
 </p>  </p>
 <pre>  <pre>
 wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/8/loncapa.repo  wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/8/loncapa.repo
 </pre>  </pre>
 <p>  <p>
 Verify the required repositories are enabled:  Verify the required repositories are enabled:
Line 174  The default Oracle Linux 8 installation Line 174  The default Oracle Linux 8 installation
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:  Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>  </p>
 <pre>  <pre>
 wget http://install.loncapa.org/versions/centos/8/loncapa_selinux_config  wget http://install.loncapa.org/versions/oracle/8/loncapa_selinux_config
 </pre>  </pre>
 <p>  <p>
 Install the selinux config file  Install the selinux config file

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>