Documentation updates for stable release (#73)
[akkoma] / docs / docs / installation / debian_based_en.md
similarity index 96%
rename from docs/installation/debian_based_en.md
rename to docs/docs/installation/debian_based_en.md
index f2c9eb3b80e9fb7722cc5292a93360c4b6ae28f9..40503db0ce46e5d9fe68c5bed0d076eae8282d39 100644 (file)
@@ -1,12 +1,12 @@
 # Installing on Debian Based Distributions
 
-{! backend/installation/otp_vs_from_source_source.include !}
+{! 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 akkoma`; in this case, use `su <username> -s $SHELL -c 'command'` instead.
 
-{! backend/installation/generic_dependencies.include !}
+{! installation/generic_dependencies.include !}
 
 ### Prepare the system
 
@@ -177,6 +177,6 @@ sudo -Hu akkoma MIX_ENV=prod mix pleroma.user new <username> <your@emailaddress>
 
 #### Further reading
 
-{! backend/installation/further_reading.include !}
+{! installation/further_reading.include !}
 
-{! backend/support.include !}
+{! support.include !}