Skip to content
Snippets Groups Projects
Unverified Commit a4ee9277 authored by Thomas Maurice's avatar Thomas Maurice
Browse files

Update db install instructions

parent a586575d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment