summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFarhan Khan <farhan@farhan.codes>2020-08-07 01:52:39 +0000
committerFarhan Khan <farhan@farhan.codes>2020-08-13 18:59:14 -0400
commit33ea430f3b026f4e9b353b74bcc60846c67a5a69 (patch)
tree304d746a3d524c0ea3c0b9e380fe7cfe2ab1632a /docs
parent53c4215ef1d65300ffbf8d47cdb5a713558df528 (diff)
acme.sh and netbsd to freebsd updates
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/freebsd_en.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md
index ee42b9427..b5c62bee6 100644
--- a/docs/installation/freebsd_en.md
+++ b/docs/installation/freebsd_en.md
@@ -146,8 +146,8 @@ Let's add auto-renewal to `/etc/daily.local`
(replace `example.com` with your domain):
```
-/usr/pkg/bin/sudo -Hu nginx -g nginx \
- /usr/pkg/sbin/acme.sh -r \
+/usr/pkg/bin/sudo -Hu www -g www \
+ /usr/local/sbin/acme.sh -r \
-d example.com \
--cert-file /etc/nginx/tls/cert \
--key-file /etc/nginx/tls/key \
@@ -175,25 +175,22 @@ Copy the startup script to the correct location and make sure it's executable:
# chmod +x /usr/local/etc/rc.d/pleroma
```
-Update the `/etc/rc.conf` file with the following command:
+Update the `/etc/rc.conf` and start pleroma with the following commands:
```
# sysrc pleroma_enable=YES
+# service pleroma start
```
Now you can start pleroma with `# service pleroma start`.
## Conclusion
-Restart nginx with `# /etc/rc.d/nginx restart` and you should be up and running.
+Restart nginx with `# service nginx restart` and you should be up and running.
Make sure your time is in sync, or other instances will receive your posts with
incorrect timestamps. You should have ntpd running.
-#### Further reading
-
-{! backend/installation/further_reading.include !}
-
## Questions
Questions about the installation or didn’t it work as it should be, ask in [#pleroma:matrix.org](https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org) or IRC Channel **#pleroma** on **Freenode**.