summaryrefslogtreecommitdiff
path: root/content/ejabberd.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-06-04 19:24:29 +0000
committerGitHub <noreply@github.com>2023-06-04 19:24:29 +0000
commit80bb1e4500176cb8cd4f2dc679171614b114c40d (patch)
tree2c639f6cce6c4fdfc1e81b2962e44d10cb65299f /content/ejabberd.md
parentcb9eda82898a65e9ca232456b30ba7ff48469d82 (diff)
parent09e1922178fe033a150cb59871458d523515cfff (diff)
Merge pull request #272 from AleDenshi/master
Added http_file_share in Prosody and added vanity and auth string tutorial to I2P
Diffstat (limited to 'content/ejabberd.md')
-rw-r--r--content/ejabberd.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/ejabberd.md b/content/ejabberd.md
index c725465..eff3b36 100644
--- a/content/ejabberd.md
+++ b/content/ejabberd.md
@@ -191,6 +191,11 @@ PostgreSQL is available in the Debian repositories:
apt install postgresql
```
+In addition, you will have to install the **appropriate headers for Erlang,** the language ejabberd is written in, so it can actually interact with the PostgreSQL server:
+```sh
+apt install erlang-p1-pgsql
+```
+
Start the PostgreSQL daemon to begin using it:
```sh