Minor reorganization
authorFarhan Khan <farhan@farhan.codes>
Thu, 6 Aug 2020 23:24:12 +0000 (23:24 +0000)
committerFarhan Khan <farhan@farhan.codes>
Thu, 13 Aug 2020 22:59:13 +0000 (18:59 -0400)
docs/installation/freebsd_en.md

index 51990c5e4b50715bfd712ee2907c27232a8832cf..c98992fe50713de2ac3d399f12a9d95e350a9de1 100644 (file)
@@ -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`.