diff options
author | Farhan Khan <farhan@farhan.codes> | 2020-08-06 23:24:12 +0000 |
---|---|---|
committer | Farhan Khan <farhan@farhan.codes> | 2020-08-13 18:59:13 -0400 |
commit | da5aca27a8c79edcb4577c3a9f05cfa5d0463e83 (patch) | |
tree | 9b7add4f1946f626750fd75da8f65aefbb1e807e | |
parent | 07376bd21ae732a00c61ce55be920ddf8ba603ee (diff) | |
download | pleroma-da5aca27a8c79edcb4577c3a9f05cfa5d0463e83.tar.gz pleroma-da5aca27a8c79edcb4577c3a9f05cfa5d0463e83.zip |
Minor reorganization
-rw-r--r-- | docs/installation/freebsd_en.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md index 51990c5e4..c98992fe5 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -69,7 +69,7 @@ Once this is done, restart Postgres with `# service postgresql restart`. Run the database migrations. -Back as the pleroma user, you will need to do this whenever you update with `git pull`: +Back as the pleroma user, run the following to implement any database migrations. ``` # su -l pleroma @@ -77,9 +77,11 @@ $ cd /home/pleroma/pleroma $ MIX_ENV=prod mix ecto.migrate ``` +You will need to do this whenever you update with `git pull`: + ## Configuring nginx -Install the example configuration file +As root, install the example configuration file `/home/pleroma/pleroma/installation/pleroma.nginx` to `/usr/local/etc/nginx/nginx.conf`. |