diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-29 18:48:53 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-29 18:48:53 +0000 |
commit | 0b2119d4a791b3623b304b0bab683609d23271d4 (patch) | |
tree | 40eac155fc0b26d924aa072fd289fc3e64bfad26 /docs/installation/otp_en.md | |
parent | dc63aaf84f07a6f8042f43617d8ec356fed85cec (diff) | |
parent | 7372609c5b5063d177715d5067654888f7075403 (diff) | |
download | pleroma-0b2119d4a791b3623b304b0bab683609d23271d4.tar.gz pleroma-0b2119d4a791b3623b304b0bab683609d23271d4.zip |
Merge branch 'release/2.4.1' into 'stable'
Release: 2.4.1
See merge request pleroma/pleroma!3501
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 |