diff options
author | Ilja <pleroma@spectraltheorem.be> | 2021-08-10 06:09:31 +0000 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-08-13 17:56:20 +0200 |
commit | 1cf89de89a87f7bdc9e1436a010e9bdb50d16c6f (patch) | |
tree | 78998dff178fe8ad23297e7bf6e580da30a9ae54 /docs/installation/migrating_from_source_otp_en.md | |
parent | 34606d609d5761f4d0b7e46965a87344c84065d6 (diff) | |
download | pleroma-1cf89de89a87f7bdc9e1436a010e9bdb50d16c6f.tar.gz pleroma-1cf89de89a87f7bdc9e1436a010e9bdb50d16c6f.zip |
Make the OPT recomendation clearer
AFAIK OTP releases are the recomended way of installing, but
* People seem unaware of that and use from source installations because they use the guide with the name of their distro
* People don't know what OTP releases are or what it means
I added a warning on all installation-from-source guides and added the same explanation on the two OTP pages (the miigration to OTP and installing OTP)
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3485
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installation/migrating_from_source_otp_en.md b/docs/installation/migrating_from_source_otp_en.md index d303a6daf..e4a01d8db 100644 --- a/docs/installation/migrating_from_source_otp_en.md +++ b/docs/installation/migrating_from_source_otp_en.md @@ -1,7 +1,8 @@ # Switching a from-source install to OTP releases -## What are OTP releases? -OTP releases are as close as you can get to binary releases with Erlang/Elixir. The release is self-contained, and provides everything needed to boot it, it is easily administered via the provided shell script to open up a remote console, start/stop/restart the release, start in the background, send remote commands, and more. +{! backend/installation/otp_vs_from_source.include !} + +In this guide we cover how you can migrate from a from source installation to one using OTP releases. ## Pre-requisites You will be running commands as root. If you aren't root already, please elevate your priviledges by executing `sudo su`/`su`. |