summaryrefslogtreecommitdiff
path: root/docs/installation/otp_vs_from_source.include
diff options
context:
space:
mode:
authorIlja <pleroma@spectraltheorem.be>2021-08-10 06:09:31 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-08-10 06:09:31 +0000
commit438ad0d3f9fa354b4b59825d7dcfc48ee2fd7e0a (patch)
tree6cbe6ee4da55ff4ab33f6a520958be2723d61f57 /docs/installation/otp_vs_from_source.include
parent5f5dc24027ee5cfadd226c5db2e2a2bdb0ababe0 (diff)
downloadpleroma-438ad0d3f9fa354b4b59825d7dcfc48ee2fd7e0a.tar.gz
pleroma-438ad0d3f9fa354b4b59825d7dcfc48ee2fd7e0a.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)
Diffstat (limited to 'docs/installation/otp_vs_from_source.include')
-rw-r--r--docs/installation/otp_vs_from_source.include3
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.