Updates the manual installation docs
Adds the --host argument to the jicofo command, as suggested by exs on irc.
This commit is contained in:
parent
75b3bc6190
commit
c9af2b956c
|
@ -150,7 +150,7 @@ ant dist.{os-name}
|
|||
Run jicofo:
|
||||
```sh
|
||||
cd dist/{os-name}'
|
||||
./jicofo.sh --domain=jitsi.example.com --secret=YOURSECRET2 --user_domain=auth.jitsi.example.com --user_name=focus --user_password=YOURSECRET3
|
||||
./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
|
||||
```
|
||||
|
||||
## Deploy Jitsi Meet
|
||||
|
|
Loading…
Reference in New Issue