summaryrefslogtreecommitdiff
path: root/matrix-synapse/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-synapse/README.md')
-rw-r--r--matrix-synapse/README.md40
1 files changed, 0 insertions, 40 deletions
diff --git a/matrix-synapse/README.md b/matrix-synapse/README.md
deleted file mode 100644
index caec329a2..000000000
--- a/matrix-synapse/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-contrib/matrix-synapse README.md
-================================
-
-## Create a default config
-
-Read [1].
-Substitute `--server-name my.domain.name` with your settings.
-
-```
-cd /var/lib/synapse
-sudo -u synapse /usr/bin/python3 -m synapse.app.homeserver \\
- --server-name my.domain.name \\
- --config-path /etc/synapse/homeserver.yaml \\
- --generate-config \\
- --report-stats=yes
-```
-
-## Databases
-
-synapse uses sqlite by default, although postgresql is highly recommended
-in terms of server performance.
-
-If you want to use postgresql as your database backend, read [2] and install:
- - contrib/psycopg2
-
-Then migrate the database as described in the manual.
-
-## Caching
-
-synapse can use redis, if you decide to have a complexer setup with workers.
-In this case, install:
- - hiredis
- - python3-txredisapi
- - python3-hiredis
-
-Then you can alter the config appropriately.
-
-## Footnotes
-[1]: https://matrix-org.github.io/synapse/latest/usage/configuration/homeserver_sample_config.html
-[2]: https://matrix-org.github.io/synapse/latest/postgres.html

Generated by cgit