I have tried installing Meet on my Centos 7 Jessie server, via the manual instructions.
To many libraries not available. It is important to have comfort that your server is setup correctly.
Would you kindly consider creating a quick install for Centos7
Currently we suppory ubuntu packages. Recently docker images were introduced and we try to support those, you can use them on centos.
There is no plan of supporting centos for the moment.
We want to support the thing we use, otherwise it will quickly be outdated and not useful at all.
I have now gone the Ubuntu 18.04 TLS route. I have Ubuntu installed and am now busy trying to install Jitsi Meet.
I am using this link Step 3 - Install Jitsi Meet
In this step, we will install jitsi meet packages from the official jitsi repository. We will be using a domain named ‘meet.hakase-labs.io’ for our installation.
Add jitsi key and repository to the system using the command below.
sudo wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - sudo echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
``` and everything went well, until I got to this part:
I get permission denied
Her is the capture from my terminal screen
leaqueb@jitsi:~$ sudo wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
[sudo] password for leaqueb: E: This command can only be used by root.
leaqueb@jitsi:~$ [sudo] password for leaqueb: E: This command can only be used by root.
[sudo]: command not found
leaqueb@jitsi:~$ [sudo] password for leaqueb: E: This command can only be used by root.
[sudo]: command not found
leaqueb@jitsi:~$ sudo echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
bash: /etc/apt/sources.list.d/jitsi-stable.list: Permission denied
Thank you so much for providing the platforms that you do provide. I certainly understand you need to allocate your energies and resources. If and when you find the time and energy to support Centos7 I would benefit greatly. Thank you.