Diff for /doc/build/oracle7_install.frag between versions 1.1 and 1.4

version 1.1, 2019/10/14 15:24:23 version 1.4, 2021/03/09 15:08:52
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 134  yum-config-manager --enable ol7_optional Line 134  yum-config-manager --enable ol7_optional
 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/oracles/7/loncapa.repo  wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/7/loncapa.repo
 </pre>  </pre>
 <p>  <p>
 Verify the required repositories are enabled:  Verify the required repositories are enabled:
Line 302  The LON-CAPA network services take a mom Line 302  The LON-CAPA network services take a mom
 will be apparent at this step.  will be apparent at this step.
 </p>  </p>
 <pre>  <pre>
 /etc/init.d/loncontrol start  /home/httpd/perl/loncontrol start
 systemctl start httpd  systemctl start httpd
 </pre>  </pre>
 <p>  <p>

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


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