2022-11-04 00:21:54 +01:00
|
|
|
# jitsi-quick
|
|
|
|
|
|
|
|
## pre-requisites:
|
|
|
|
|
2022-11-04 00:31:12 +01:00
|
|
|
apt install git ansible
|
2022-11-04 00:21:54 +01:00
|
|
|
|
|
|
|
or
|
|
|
|
|
2022-11-04 00:31:12 +01:00
|
|
|
yum install git ansible
|
2022-11-04 00:21:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
and
|
|
|
|
|
2022-11-04 00:31:12 +01:00
|
|
|
git clone https://git.lattuga.net/panda/jitsi-quick
|
2022-11-04 00:21:54 +01:00
|
|
|
|
2022-11-04 00:31:12 +01:00
|
|
|
cd jitsi-quick
|
2022-11-04 00:21:54 +01:00
|
|
|
|
2022-11-04 00:31:12 +01:00
|
|
|
ansible-playbook ansible-jitsi.yml
|