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

s/homeserver.config/homeserver.yaml/ because that's what synctl looks for.

parent 9ccfdfcd
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ To set up your homeserver, run (in your virtualenv, as before):: ...@@ -114,7 +114,7 @@ To set up your homeserver, run (in your virtualenv, as before)::
$ python -m synapse.app.homeserver \ $ python -m synapse.app.homeserver \
--server-name machine.my.domain.name \ --server-name machine.my.domain.name \
--config-path homeserver.config \ --config-path homeserver.yaml \
--generate-config --generate-config
Substituting your host and domain name as appropriate. Substituting your host and domain name as appropriate.
...@@ -273,9 +273,9 @@ For the first form, simply pass the required hostname (of the machine) as the ...@@ -273,9 +273,9 @@ For the first form, simply pass the required hostname (of the machine) as the
$ python -m synapse.app.homeserver \ $ python -m synapse.app.homeserver \
--server-name machine.my.domain.name \ --server-name machine.my.domain.name \
--config-path homeserver.config \ --config-path homeserver.yaml \
--generate-config --generate-config
$ python -m synapse.app.homeserver --config-path homeserver.config $ python -m synapse.app.homeserver --config-path homeserver.yaml
Alternatively, you can run ``synctl start`` to guide you through the process. Alternatively, you can run ``synctl start`` to guide you through the process.
...@@ -295,9 +295,9 @@ SRV record, as that is the name other machines will expect it to have:: ...@@ -295,9 +295,9 @@ SRV record, as that is the name other machines will expect it to have::
$ python -m synapse.app.homeserver \ $ python -m synapse.app.homeserver \
--server-name YOURDOMAIN \ --server-name YOURDOMAIN \
--bind-port 8448 \ --bind-port 8448 \
--config-path homeserver.config \ --config-path homeserver.yaml \
--generate-config --generate-config
$ python -m synapse.app.homeserver --config-path homeserver.config $ python -m synapse.app.homeserver --config-path homeserver.yaml
You may additionally want to pass one or more "-v" options, in order to You may additionally want to pass one or more "-v" options, in order to
......
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