From e6ade2cf849f7b3ca816f69aa9d9ee15c1934725 Mon Sep 17 00:00:00 2001 From: raphj <3817365+raphj@users.noreply.github.com> Date: Wed, 18 Mar 2020 11:40:27 +0100 Subject: [PATCH] doc (quick install): Add the domain to /etc/hosts --- doc/quick-install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/quick-install.md b/doc/quick-install.md index 0a41fa1db..86dc76a9c 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -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