ILIAS-7-Install-Tutorial for Ubuntu 20.04

Install 2.3-dev Ubuntu 18.04

  • Target server: Dedicated Ubuntu 18.04 LTS

Never use vserver. Also no root server. Always dedicated. This is also valid for turn servers.

  • Create a subdomain with the IP
  • Log in to the server
  • apt update
  • apt dist-upgrade
  • apt install ubuntu-server
  • apt install language-pack-en
  • apt install lsb-core
  • apt install nano sudo ntp rsyslog sudo
  • sudo apt-get update && sudo apt-get install curl wget net-tools software-properties-common haveged apt-transport-https openjdk-8-jdk -y
  • sudo add-apt-repository ppa:bigbluebutton/support -y
  • sudo add-apt-repository ppa:rmescandon/yq -y
  • sudo add-apt-repository ppa:libreoffice/ppa
  • sudo apt-get update && sudo apt-get dist-upgrade
  • Version 2.3:
    • wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-23 -s yourbbbdomain.de -e wolfgang.huebsch@kivinan.de -a -w
  • Version 2.4 development: 
    • wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-24-dev -s yourbbbdomain.de -e wolfgang.huebsch@kivinan.de -a -w
  • Restart the server to proof for errors (# Potential problems described below
    ): bbb-conf --restart
  • If there are erros, google them. Normally, you will get a quick fix for them
  • Get the secret: bbb-conf --secret


No comment has been posted yet.