Diff for /doc/build/ubuntu18LTS_install.frag between versions 1.5 and 1.6

version 1.5, 2021/03/16 01:07:42 version 1.6, 2021/03/17 13:33:22
Line 93  Use ufw to allow incoming traffic for th Line 93  Use ufw to allow incoming traffic for th
 ssh, www, https  ssh, www, https
 </p>  </p>
 <pre>  <pre>
   sudo apt-get install ufw
 sudo ufw default deny  sudo ufw default deny
 sudo ufw enable  sudo ufw enable
 sudo ufw allow ssh  sudo ufw allow ssh
Line 180  execute the setup script with the follow Line 181  execute the setup script with the follow
 <pre>  <pre>
 cd installation  cd installation
 sudo ./install.pl  sudo ./install.pl
   
 </pre>  </pre>
 <p>  <p>
 The script is used to prepare a Linux system to run LON-CAPA, and can also be  The script is used to prepare a Linux system to run LON-CAPA, and can also be
Line 253  for it to function at all.  Below is a l Line 253  for it to function at all.  Below is a l
 To configure and install LON-CAPA, execute the following commands:  To configure and install LON-CAPA, execute the following commands:
 </p>  </p>
 <pre>  <pre>
 cd loncapa-X.Y.Z     (X.Y.Z should correspond to a version number like '2.11.3')  cd ../loncapa-X.Y.Z  (X.Y.Z should correspond to a version number like '2.11.3')
 sudo ./UPDATE  sudo ./UPDATE
 </pre>  </pre>
 <p>  <p>
Line 278  cd Line 278  cd
 <h2>7. <a name="sts">Start/Restart Services</a></h2>  <h2>7. <a name="sts">Start/Restart Services</a></h2>
 <p>  <p>
 The LON-CAPA network services take a moment to start.  Most misconfigurations  The LON-CAPA network services take a moment to start.  Most misconfigurations
 will be apparent at this step. Lastly, exit from root status to resume use of your regular account.  will be apparent at this step.
 </p>  </p>
 <pre>  <pre>
 sudo /home/httpd/perl/loncontrol start  sudo /home/httpd/perl/loncontrol start

Removed from v.1.5  
changed lines
  Added in v.1.6


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