diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-12-19 12:55:36 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-19 12:55:36 -0600 |
commit | 3f8fc34593414f6e35925038c38775203333b3f3 (patch) | |
tree | b11c6c15246dbaa8f0cd1d382d6cb762196c2b1b /docs/installation/migrating_from_source_otp_en.md | |
parent | e311c60923432f30fc4ab7bd37d338d60f40e25f (diff) | |
parent | 50892a198d14a628c37139761b709cd5e3261a23 (diff) | |
download | pleroma-3f8fc34593414f6e35925038c38775203333b3f3.tar.gz pleroma-3f8fc34593414f6e35925038c38775203333b3f3.zip |
Merge remote-tracking branch 'origin/develop' into moderators
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`. |