Fork me on GitHub

Organizations

@github @rss
1 results for Jitsi
  • Difficulty level: Really challenging
    images/featured-image.png
    With Jitsi you can create and deploy a secure video conferencing solution. Today I show how to install a Jitsi service on a server, reference: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/ . Step 1: Create “jitsi” folder I create a new directory called “jitsi” for the installation. x – + Terminal $ mkdir jitsi/ $ wget https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/stable-7001.zip $ unzip stable-7001.zip -d jitsi/ $ rm stable-7001.zip $ cd /docker/jitsi/docker-jitsi-meet-stable-7001
    Jitsi docker docker-compose meeting video Created Sat, 02 Apr 2022 00:00:00 +0000