Skip to content

Latest commit

 

History

History

jitsi-setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Post Terraform Installation Steps

Jitsi Server Installation

  1. Transfer installation scripts directory to server

scp -r install-scripts/ ubuntu@<domain-name>:~/

  1. Login to Server and become root
ssh ubuntu@<domain-name>
sudo su -
  1. Install Jitsi

This will have a set of interactive questions that isn't fully automated yet

sudo su -
cd /home/ubuntu/jitsi-setup/jitsi
bash jitsi-install.sh

For configuration, please review the jitsi/README.md

  1. Install Jibri
cd /home/ubuntu/jitsi-setup/jibri
bash jibri-install.sh

And for more information, please refer to the jibri/README.md if you run into issues

  1. Install Etherpad

This uses docker.

cd /home/ubuntu/jitsi-setup/etherpad
bash etherpad-isntall.sh

Utils and Secrets

Some utility scripts after everything is 'up and running' exist in utils/

Secrets that are needed for running etherpad are in secrets/secrets.env

Replace them with something actually secret.