--- doc/build/debian12_install.frag 2024/06/30 20:30:48 1.3 +++ doc/build/debian12_install.frag 2024/08/08 21:22:21 1.8 @@ -84,15 +84,15 @@ There are a few steps that require comme

Finish installing your server, reboot it, and log in with the username you created during installation.

-

Enabling sudo>/h3> -

If you wish to allow the username created during installation to have administration privileges using sudo, use su to become root and execute the following, replacing <username> with that specific username: +

Enabling sudo

+

If you wish to allow the username created during installation to have administration privileges using sudo, use su to become root and execute the following, replacing <username> with that specific username:

 apt-get install sudo
-/sbin/adduser  sudo
+/sbin/adduser <username> sudo
 exit
 
-

Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of sudo when executing all commands listed on the remainder of this page, after using su to become root. +

Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of sudo when executing all commands listed on the remainder of this page, after using su to become root.

Firewall Configuration

@@ -232,7 +232,7 @@ used to check the configuration of a sys

The script will analyze your system to determine which actions are recommended. The script will then prompt you to choose the actions you would like taken. -Once a choice has been entered for all nine possible actions, required changes will be made. +Once a choice has been entered for all ten possible actions, required changes will be made.

The possible actions are:

    @@ -241,6 +241,7 @@ Once a choice has been entered for all n
  • Set-up the MySQL database
  • Set-up MySQL permissions
  • Configure Apache web server
  • +
  • Configure systemd security settings for Apache web server
  • Configure start-up of services
  • Check firewall settings
  • Stop services not used by LON-CAPA,
    @@ -346,7 +347,10 @@ coordinator. Congratulations!

    If things aren't working right

    If you've followed the steps above and the server doesn't start or you think -there's something wrong, please send a help request to the MSU LON-CAPA group. If there were errors in installation of the dependency .deb packages or errors during the +there's something wrong, please contact the LON-CAPA helpdesk. +Installation/update support is available from: helpdesk at loncapa.org +(replace " at " with @). +If there were errors in installation of the dependency .deb packages or errors during the automatic setup, please send us as much information as possible. If some part of this document is unclear please let us know.