Last active
March 1, 2024 19:37
-
-
Save LinauxTerminology/e046f8e3a8d9d752790485298c8a3181 to your computer and use it in GitHub Desktop.
Jitsi Meet Installation Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need Apache Tomcat Setup contact with me: | |
Email: [email protected] | |
Skype: https://join.skype.com/ | |
Telegram:https://t.me/LinauxTerminology | |
WhatsApp: +8801408694088 | |
Imo: +8801408694088 | |
#!/bin/sh | |
sudo -i | |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | |
chmod +x /usr/local/bin/docker-compose | |
ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose | |
apt-get update -y | |
apt-get upgrade -y | |
docker-compose --version | |
wget https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/stable-5963.zip | |
unzip stable-5693.zip | |
cd stable-5693 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Estava procurando e essa foi minha solução. Grato...