Browse Source

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

master
raphj 5 years ago
parent
commit
e6ade2cf84
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      doc/quick-install.md

+ 6
- 0
doc/quick-install.md View File

14
 
14
 
15
 ## Basic Jitsi Meet install
15
 ## Basic Jitsi Meet install
16
 
16
 
17
+### Add the domain name to `/etc/hosts 
18
+
19
+Add the the domain used to host the Jitsi Meet instance in the `/etc/hosts` file :
20
+
21
+    127.0.0.1 meet.example.org
22
+
17
 ### Add the repository
23
 ### Add the repository
18
 ```sh
24
 ```sh
19
 echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
25
 echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list

Loading…
Cancel
Save