ILIAS-7-Install-Tutorial for Ubuntu 20.04
Configure a Server
Under Construction
Install Ubuntu-Server-Apps
- I assume that you have a server with IP and FQDN (subdomain)
- Logon to the server (here: Ubuntu 18.04 LTS Bionic)
apt updateapt upgradeapt install ubuntu-serverapt install language-pack-enapt install sudoapt install lsb-coreapt install syslog-ng
Install Jitsi
- Like described here:Â https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart
- apt install gnupg2
- apt install nginx-full
- apt install apt-transport-https
- sudo apt-add-repository universe
- sudo apt update
- apt install openjdk-8-jdk
- curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg'
- echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list > /dev/null
- sudo apt update
- sudo apt install jitsi-meet
- Hostname: jitsi.bbs-ilias.de
- Option 1
Install Letsencrypt-Certificate
- sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
- Enter your E-Mail
- Check your FQDN in a Chrome browser - es everything cool?