summaryrefslogtreecommitdiff
path: root/content/ejabberd.md
diff options
context:
space:
mode:
authorDenshi <alex@denshi.org>2023-05-19 20:21:42 +0400
committerDenshi <alex@denshi.org>2023-05-19 20:21:42 +0400
commitb12633fa2680743d28a78c05beed686b5ca45047 (patch)
tree4a562107183fa75375739320c47e2c23bfacef3c /content/ejabberd.md
parentcb9eda82898a65e9ca232456b30ba7ff48469d82 (diff)
Added http_file_share in Prosody and added vanity address and auth string tutorial in I2P article
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