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_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/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 3f67534ac..0861a8157 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -1,5 +1,9 @@ # Installing on Linux using OTP releases +{! backend/installation/otp_vs_from_source.include !} + +This guide covers a installation using an OTP release. To install Pleroma from source, please check out the corresponding guide for your distro. + ## Pre-requisites * A machine running Linux with GNU (e.g. Debian, Ubuntu) or musl (e.g. Alpine) libc and `x86_64`, `aarch64` or `armv7l` CPU, you have root access to. If you are not sure if it's compatible see [Detecting flavour section](#detecting-flavour) below * A (sub)domain pointed to the machine |