From ec487933225eea93db55e35af3735b546184b442 Mon Sep 17 00:00:00 2001
From: DMRobertson
Date: Wed, 8 Feb 2023 12:59:35 +0000
Subject: deploy: a4126e2861ee9c76d14138c12bd75c83d3e278ee
---
develop/development/contributing_guide.html | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'develop/development')
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html
index 0129e77777..038bb27c49 100644
--- a/develop/development/contributing_guide.html
+++ b/develop/development/contributing_guide.html
@@ -196,6 +196,13 @@ for other installation methods.
poetry install --extras all
This will install the runtime and developer dependencies for the project.
+
+To start a local instance of Synapse in the locked poetry environment, create a config file:
+cp docs/sample_config.yaml homeserver.yaml
+
+Now edit homeserver.yaml, and run Synapse with:
+poetry run python -m synapse.app.homeserver -c homeserver.yaml
+
Join our developer community on Matrix: #synapse-dev:matrix.org!
--
cgit 1.5.1