summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-12-19 12:55:36 -0600
committerAlex Gleason <alex@alexgleason.me>2021-12-19 12:55:36 -0600
commit3f8fc34593414f6e35925038c38775203333b3f3 (patch)
treeb11c6c15246dbaa8f0cd1d382d6cb762196c2b1b /docs/installation/debian_based_en.md
parente311c60923432f30fc4ab7bd37d338d60f40e25f (diff)
parent50892a198d14a628c37139761b709cd5e3261a23 (diff)
downloadpleroma-3f8fc34593414f6e35925038c38775203333b3f3.tar.gz
pleroma-3f8fc34593414f6e35925038c38775203333b3f3.zip
Merge remote-tracking branch 'origin/develop' into moderators
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md
index 02682e5b0..4e52b2155 100644
--- a/docs/installation/debian_based_en.md
+++ b/docs/installation/debian_based_en.md
@@ -1,4 +1,7 @@
# Installing on Debian Based Distributions
+
+{! backend/installation/otp_vs_from_source_source.include !}
+
## Installation
This guide will assume you are on Debian 11 (“bullseye”) or later. This guide should also work with Ubuntu 18.04 (“Bionic Beaver”) and later. It also assumes that you have administrative rights, either as root or a user with [sudo permissions](https://www.digitalocean.com/community/tutorials/how-to-add-delete-and-grant-sudo-privileges-to-users-on-a-debian-vps). If you want to run this guide with root, ignore the `sudo` at the beginning of the lines, unless it calls a user like `sudo -Hu pleroma`; in this case, use `su <username> -s $SHELL -c 'command'` instead.