You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The correct invocation is poetry run synapse_homeserver -c [your homeserver.yaml] (or substitute synapse_homeserver with synapse_worker for workers), however this does not seem to be documented anywhere apart from the [tool.poetry.scripts] section of pyproject.toml. This makes it more difficult for newcomers to Synapse to figure out how to run it after setting it up, so I think those entrypoints should be mentioned somewhere in Synapse's documentation.
The text was updated successfully, but these errors were encountered:
DMRobertson
added
A-Docs
things relating to the documentation
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
labels
Jan 16, 2023
The correct invocation is
poetry run synapse_homeserver -c [your homeserver.yaml]
(or substitutesynapse_homeserver
withsynapse_worker
for workers), however this does not seem to be documented anywhere apart from the[tool.poetry.scripts]
section ofpyproject.toml
. This makes it more difficult for newcomers to Synapse to figure out how to run it after setting it up, so I think those entrypoints should be mentioned somewhere in Synapse's documentation.The text was updated successfully, but these errors were encountered: