From a4ee927729978496df1e2aa6dceb866de4d13c34 Mon Sep 17 00:00:00 2001 From: Thomas Maurice Date: Fri, 13 Jan 2023 10:09:01 +0100 Subject: [PATCH] Update db install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 800eab2..57d9513 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ To deploy Synapse and Mastodon, you need to deploy a database server. We are goi For more details to do this, I refer you to [this link](https://stribny.name/blog/ansible-postgresql/) which will walk you through how to deal with this. +Note that you won't be using the `dnf` instruction here since DNF is the package manager for CentOS based systems, use `apt` instead. Similarily the packages are named a bit differently, you need to install + +- `postgresql` +- `python3-psycopg2` + If you are feeling adventurous you can install postgresql using [docker](https://github.com/levonet/ansible-docker-postgres). Either way, you need to install this on youd DB machine, which should be the one with the least amount of RAM.