summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-08-10 06:09:31 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-08-10 06:09:31 +0000
commit6c0ebc65fd9cbf4567af14d505f2064766cd6aab (patch)
treeecc1b5e5f9e8dd86e8dc44de2de2b2f7728e09da /docs/installation/debian_based_en.md
parentf4af74b0fca14421ae17cb53a54ca91d3b519c26 (diff)
parent438ad0d3f9fa354b4b59825d7dcfc48ee2fd7e0a (diff)
downloadpleroma-6c0ebc65fd9cbf4567af14d505f2064766cd6aab.tar.gz
pleroma-6c0ebc65fd9cbf4567af14d505f2064766cd6aab.zip
Merge branch 'docs_make_otp_recommendation_clearer' into 'develop'
Make the OPT recomendation clearer See merge request pleroma/pleroma!3485
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.