diff options
| author | Denshi <alex@denshi.org> | 2023-05-19 20:21:42 +0400 |
|---|---|---|
| committer | Denshi <alex@denshi.org> | 2023-05-19 20:21:42 +0400 |
| commit | b12633fa2680743d28a78c05beed686b5ca45047 (patch) | |
| tree | 4a562107183fa75375739320c47e2c23bfacef3c /content/ejabberd.md | |
| parent | cb9eda82898a65e9ca232456b30ba7ff48469d82 (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.md | 5 |
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 |
