Skip to content
Snippets Groups Projects
Commit 166c2cd4 authored by David Baker's avatar David Baker
Browse files

add generate config instruction to the HS setup part

parent 33cf4811
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,15 @@ To install the synapse homeserver run::
This installs synapse, along with the libraries it uses, into a virtual
environment under ``synapse``.
To set up your homeserver, run (in your virtualenv, as before)::
$ python -m synapse.app.homeserver \
--server-name machine.my.domain.name \
--config-path homeserver.config \
--generate-config
Substituting your host and domain name as appropriate.
For reliable VoIP calls to be routed via this homeserver, you MUST configure
a TURN server. See docs/turn-howto.rst for details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment