jitsi-quick/README.md

34 lines
623 B
Markdown
Raw Normal View History

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:34:44 +01:00
ansible-playbook ansible-jitsi.yml
2022-11-04 00:38:05 +01:00
## rollback:
if your deploy has been succesfull but you want to go back to a (docker) clean state:
cd ..
cd docker-jitsi-meet/
docker-compose down
cd ..
rm -rf docker-jitsi-meet .jitsi-meet-cfg
2022-11-04 00:38:24 +01:00
cd jitsi-quick
2022-11-04 00:38:05 +01:00
2022-11-04 00:34:44 +01:00
## test on:
* debian 11 (extensively)
* centos 7 (sorta, done changes after that so.. beware)
* amazon linux 2 (sorta, done changes after that so.. beware)