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/otp_vs_from_source.include | |
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/otp_vs_from_source.include')
-rw-r--r-- | docs/installation/otp_vs_from_source.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installation/otp_vs_from_source.include b/docs/installation/otp_vs_from_source.include new file mode 100644 index 000000000..63e837a53 --- /dev/null +++ b/docs/installation/otp_vs_from_source.include @@ -0,0 +1,3 @@ +## OTP releases vs from-source installations + +There are two ways to install Pleroma. You can use OTP releases or do a from-source installation. 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. With from source installations you install Pleroma from source, meaning you have to install certain dependencies like Erlang+Elixir and compile Pleroma yourself. |