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

raeburn raeburn at source.lon-capa.org
Wed Mar 17 09:37:41 EDT 2021


raeburn		Wed Mar 17 13:37:41 2021 EDT

  Modified files:              
    /doc/build	ubuntu20LTS_install.frag 
  Log:
  - Installation instructions for Ubuntu 20LTS 
   - ensure ufw is installed
   - install.pl script extracts loncapa-X.Y.Z directory in parent directory.
   - use restart command for Apache instead of start, in case already running.
  
  
Index: doc/build/ubuntu20LTS_install.frag
diff -u doc/build/ubuntu20LTS_install.frag:1.3 doc/build/ubuntu20LTS_install.frag:1.4
--- doc/build/ubuntu20LTS_install.frag:1.3	Tue Mar  9 13:05:59 2021
+++ doc/build/ubuntu20LTS_install.frag	Wed Mar 17 13:37:40 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,11 +278,11 @@
 <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
-sudo systemctl start apache2
+sudo systemctl restart apache2
 exit
 </pre>
 <p>




More information about the LON-CAPA-cvs mailing list