[LON-CAPA-cvs] cvs: doc /build ubuntu18LTS_install.frag

raeburn raeburn at source.lon-capa.org
Wed Mar 17 09:33:22 EDT 2021


raeburn		Wed Mar 17 13:33:22 2021 EDT

  Modified files:              
    /doc/build	ubuntu18LTS_install.frag 
  Log:
  - Installation instructions for Ubuntu 18LTS 
    - ensure ufw is installed
    - install.pl script extracts loncapa-X.Y.Z directory in parent directory.
  
  
Index: doc/build/ubuntu18LTS_install.frag
diff -u doc/build/ubuntu18LTS_install.frag:1.5 doc/build/ubuntu18LTS_install.frag:1.6
--- doc/build/ubuntu18LTS_install.frag:1.5	Tue Mar 16 01:07:42 2021
+++ doc/build/ubuntu18LTS_install.frag	Wed Mar 17 13:33:22 2021
@@ -93,6 +93,7 @@
 ssh, www, https
 </p>
 <pre>
+sudo apt-get install ufw
 sudo ufw default deny
 sudo ufw enable
 sudo ufw allow ssh
@@ -180,7 +181,6 @@
 <pre>
 cd installation
 sudo ./install.pl
-
 </pre>
 <p>
 The script is used to prepare a Linux system to run LON-CAPA, and can also be
@@ -253,7 +253,7 @@
 To configure and install LON-CAPA, execute the following commands:
 </p>
 <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
 </pre>
 <p>
@@ -278,7 +278,7 @@
 <h2>7. <a name="sts">Start/Restart Services</a></h2>
 <p>
 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>
 <pre>
 sudo /home/httpd/perl/loncontrol start




More information about the LON-CAPA-cvs mailing list