From d975dd8c1faa4760a62e930db1ff91736c755b8b Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Sun, 13 Mar 2022 17:56:54 -0400 Subject: [PATCH] In SETUP.md, mention postgresql setup & sqlite3 support --- SETUP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index dd53794..b8e0d04 100644 --- a/SETUP.md +++ b/SETUP.md @@ -10,7 +10,7 @@ These instructions describe how to install and run the bridge manually from a cl ## Minimum requirements * Python 3.7 * Node 16.13 (not yet tested with earlier versions) -* postgresql 11 +* postgresql 11 or sqlite3 * A KakaoTalk account on a smartphone (Android or iOS) ## Optional requirements @@ -31,6 +31,7 @@ These instructions describe how to install and run the bridge manually from a cl * Note that end-to-bridge encryption requires some native dependencies. For details, see https://docs.mau.fi/bridges/python/optional-dependencies.html#all-python-bridges 1. Copy `matrix_appservice_kakaotalk/example-config.yaml` to `config.yaml`, and update it with the proper settings to connect to your homeserver * In particular, be sure to set the `rpc.connection` settings to use the socket you chose in `node/config.json` + * If using Postgres as your database, create a new database that can be accessed via the URI you set for it in `appservice.database` 1. Run `python -m matrix_appservice_kakaotalk -g` to generate an appservice registration file, and update your homeserver configuration to accept it ## Running manually