commit: b33b1b7253592db3e4c7f5c06c117d4cbf125bd6
parent af53efa9e3a7192239e68bf570fe9e835df2f0d9
Author: pleromian <plero.mi@an>
Date: Thu, 20 Jun 2024 23:52:25 +0200
docs: update nginx and rcscript path for NetBSD
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include
@@ -1,7 +1,7 @@
## Required dependencies
* PostgreSQL >=11.0
-* Elixir >=1.13.0 <1.15
+* Elixir >=1.13.0 <1.17
* Erlang OTP >=22.2.0 (supported: <27)
* git
* file / libmagic
diff --git a/docs/installation/netbsd_en.md b/docs/installation/netbsd_en.md
@@ -162,7 +162,7 @@ $ MIX_ENV=prod mix ecto.migrate
## Configuring nginx
Install the example configuration file
-(`<PLACEHOLDER>` or `/home/pleroma/pleroma/installation/pleroma.nginx`) to
+(`$PREFIX/share/examples/pleroma/pleroma.nginx` or `/home/pleroma/pleroma/installation/pleroma.nginx`) to
`$PREFIX/etc/nginx.conf`.
Note that it will need to be wrapped in a `http {}` block. You should add
@@ -258,7 +258,7 @@ For properly functioning instance, you will need pleroma (backend service), ngin
First, copy the script (pkgsrc variant)
```
-# cp $PREFIX/share/examples/rc.d/pleroma /etc/rc.d
+# cp $PREFIX/share/examples/pleroma/pleroma.rc /etc/rc.d/pleroma
```
or source variant