doc (quick install): Add the domain to /etc/hosts

This commit is contained in:
raphj 2020-03-18 11:40:27 +01:00 committed by GitHub
parent 99b21cdb2a
commit e6ade2cf84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ b.) You only need to do this if you want to ___host your own Jitsi server___. If
## Basic Jitsi Meet install
### Add the domain name to `/etc/hosts
Add the the domain used to host the Jitsi Meet instance in the `/etc/hosts` file :
127.0.0.1 meet.example.org
### Add the repository
```sh
echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list