Explorar el Código

Updates the manual installation docs

Adds the --host argument to the jicofo command, as suggested by exs on irc.
efficient_tiling
bgrozev hace 9 años
padre
commit
c9af2b956c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      doc/manual-install.md

+ 1
- 1
doc/manual-install.md Ver fichero

@@ -150,7 +150,7 @@ ant dist.{os-name}
150 150
 Run jicofo:
151 151
 ```sh
152 152
 cd dist/{os-name}'
153
-./jicofo.sh --domain=jitsi.example.com --secret=YOURSECRET2 --user_domain=auth.jitsi.example.com --user_name=focus --user_password=YOURSECRET3
153
+./jicofo.sh --host=127.0.0.1 --domain=jitsi.example.com --secret=YOURSECRET2 --user_domain=auth.jitsi.example.com --user_name=focus --user_password=YOURSECRET3
154 154
 ```
155 155
 
156 156
 ## Deploy Jitsi Meet

Loading…
Cancelar
Guardar