--- doc/build/ubuntu18LTS_install.frag 2021/03/17 13:33:22 1.6 +++ doc/build/ubuntu18LTS_install.frag 2024/08/08 21:22:21 1.8 @@ -137,13 +137,29 @@ sudo apt-key add APT-GPG-KEY-loncapa.asc
Execute:
sudo apt-get install software-properties-common -sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu bionic main' +sudo add-apt-repository 'deb http://install.loncapa.org/ubuntu bionic main'
You can display which repositories are currently enabled by using:
-sudo apt-cache policy +grep '^deb ' /etc/apt/sources.list |grep ' bionic ' ++
The output should contain:
++deb http://us.archive.ubuntu.com/ubuntu bionic main +deb http://us.archive.ubuntu.com/ubuntu bionic universe +deb http://install.loncapa.org/ubuntu bionic main ++
If the Ubuntu universe repository is absent it can be added using:
++sudo add-apt-repository universe ++
If other Ubuntu repositories, e.g., restricted and multiverse are enabled, +you can disable them, as they are not needed to install LON-CAPA, by using:
++sudo add-apt-repository --remove restricted +sudo add-apt-repository --remove multiverse
Execute:
@@ -188,7 +204,7 @@ used to check the configuration of a sysThe 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:
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.