Skip to content
Snippets Groups Projects
Unverified Commit ad1f3fa8 authored by ZAID BIN TARIQ's avatar ZAID BIN TARIQ Committed by GitHub
Browse files

Document how to start Synapse with Poetry (#14892)


* Add Start Synapse with Poetry

* Create 14892.doc

* Apply suggestions from code review

Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>

* Update docs/workers.md

---------

Co-authored-by: default avatarDavid Robertson <david.m.robertson1@gmail.com>
Co-authored-by: default avatarSean Quah <8349537+squahtx@users.noreply.github.com>
parent ffc2ee52
No related branches found
No related tags found
No related merge requests found
Document how to start Synapse with Poetry. Contributed by @thezaidbintariq.
......@@ -160,7 +160,18 @@ recommend the use of `systemd` where available: for information on setting up
[Systemd with Workers](systemd-with-workers/). To use `synctl`, see
[Using synctl with Workers](synctl_workers.md).
## Start Synapse with Poetry
The following applies to Synapse installations that have been installed from source using `poetry`.
You can start the main Synapse process with Poetry by running the following command:
```console
poetry run synapse_homeserver -c [your homeserver.yaml]
```
For worker setups, you can run the following command
```console
poetry run synapse_worker -c [your worker.yaml]
```
## Available worker applications
### `synapse.app.generic_worker`
......
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